wcboyd wrote:Here is the output I get:
Does that help?
Thanks,
Craig
Yeah, it tells us why you're got getting any data. 🙂
Try backing up through the chain until you get something:
printf("<pre>%s</pre>\n", print_r($xml->root->package, 1));
If nothing from that, then:
printf("<pre>%s</pre>\n", print_r($xml->root, 1));
And if nothing from that, then (hopefully):
printf("<pre>%s</pre>\n", print_r($xml, 1));