Hi, I followed the Example for an xml parser in the Book beginning php 4 and it worked great. I could manipulate the information etc and built a table dynamically to display the info pulled from the XML file.
I tried to re-use the code to create in a new page (same xml file but on this page I need it displayed differently), but it doesn't seem to show I get the following when I echo out vars in startElementHandler callback function:
Code:
$parser Resource id #4
$elementName TERMINE
$parser Resource id #4
$elementName ITEM
$parser Resource id #4
$elementName DATUM
$parser Resource id #4
$elementName ZEIT
$parser Resource id #4
$elementName STUECK
What is meant by 'Resource id #4'?