OK is see, so you have to use
xml_set_element_handler(parser, start_element, end_element);
So that PHP knows that will be parsing XML. Can you paste in the link to that documentation of yours....seem pretty good..
Regards
Printable View
OK is see, so you have to use
xml_set_element_handler(parser, start_element, end_element);
So that PHP knows that will be parsing XML. Can you paste in the link to that documentation of yours....seem pretty good..
Regards
It is on php.net:
http://www.php.net/manual/en/ref.xml.php
ok..thanks
Regards