Results 11 to 13 of 13
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 ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 06-12-2003 #11Linux Engineer
- Join Date
- Apr 2003
- Location
- Sweden
- Posts
- 796
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..
RegardsRegards
Andutt
- 06-12-2003 #12Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
It is on php.net:
http://www.php.net/manual/en/ref.xml.php
- 06-12-2003 #13Linux Engineer
- Join Date
- Apr 2003
- Location
- Sweden
- Posts
- 796
ok..thanks
RegardsRegards
Andutt


Reply With Quote
