User Profile

Collapse

Profile Sidebar

Collapse
deanvd
deanvd
Last Activity: Jun 30 '10, 07:16 AM
Joined: Jun 23 '10
Location: South Africa
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • deanvd
    replied to Multiple XML doc Count
    in XML
    Hi
    the script works 100% like it is
    just dont know how to make it work so that it scans all the XML doc's in a directory...
    See more | Go to post

    Leave a comment:


  • deanvd
    started a topic Multiple XML doc Count
    in XML

    Multiple XML doc Count

    Hi
    I found this pice of code work great
    but cant get it to look in a folder and do a count of a specific tag in all XML doc's in the specified directory

    any help would be appreciated

    Code:
    $xml= "file.xml";
    $xmlDoc = new DOMDocument();
    $xmlDoc->load($xml);
    $tag= $xmlDoc->getElementsByTagName("tag");
    $numOftag = $tag->length;
    echo $numOftag;
    thank...
    See more | Go to post
    Last edited by Dormilich; Jun 23 '10, 08:41 PM. Reason: Please use [code] tags when posting code
No activity results to display
Show More
Working...