[phpXML] Bug?????

2001-09-06 Thread sdowell
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

2001-08-27 Thread sdowell
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