[phpXML] Bug?????
I posted a note about this a while back and got a response but have lost it. I've got a little more insight now. I have the following code: $cats = $xml->evaluate("//SCAN/IP[@value=".$ip_ip.
[phpXML] XML Parsing problem
I have the following code: $cats = $xml->evaluate("//SCAN/IP[@value=".$ip_ip."]/VULNS[1]/CAT"); foreach ($cats as $cat) { $cat_atts = $xml->get_attributes($cat); $vuln_cat = $cat_atts["value"]; $vuln_port = $cat_atts["por
