Re: [PHP] XML into PHP

2002-11-13 Thread Krzysztof Dziekiewicz
Wednesday, November 13, 2002, , wrote: > How would i call a page in PHP that is XML? > eg; if i had a file that was like below. > http://www.philipnz.com/news/rss.xml > and i wanted to include it onto a page. Look into PHP manual: XML parser functions -- PHP General Mailing List (http://www

Re: [PHP] XML into PHP

2002-11-12 Thread Khalid El-Kary
hi, try this parser http://creaturesx.ma.cx/kxparse/ (not stable) _ The new MSN 8: advanced junk mail protection and 2 months FREE* http://join.msn.com/?page=features/junkmail -- PHP General Mailing List (http://www.php.net/) To un

Re: [PHP] XML into PHP

2002-11-12 Thread Khalid El-Kary
hi, do you want to show the whole XML content (including tags and other things) or you want to extract data (tag text and attribute vaules) from it? khalid _ The new MSN 8: smart spam protection and 2 months FREE* http://join.

[PHP] XML into PHP

2002-11-12 Thread Philip J. Newman
How would i call a page in PHP that is XML? eg; if i had a file that was like below. http://www.philipnz.com/news/rss.xml and i wanted to include it onto a page. HELP (looking through the docs now) --- Philip J. Newman. Head Developer. PhilipNZ.com New Zealand Ltd. http://www.philipnz.com/ [