Parse External XML File
Posted: Sun Jan 18, 2004 5:42 pm
I want to display data from this XML Document
http://xml.amazon.com/onca/xml3?t=jwubo ... age=&f=xml
Should I parse it straight into the my PHP page, or make an XSLT and inclue that?
I was trying to just parse it, but I need a little help.
I saw alot of sample scripts, but only for local xml files.
I know that I need to start off like:
$filename = "sample.xml";
So can I do something like:
$filename = (getURL)"http://dsaasd.com/sample.xml";
Thanks!
http://xml.amazon.com/onca/xml3?t=jwubo ... age=&f=xml
Should I parse it straight into the my PHP page, or make an XSLT and inclue that?
I was trying to just parse it, but I need a little help.
I saw alot of sample scripts, but only for local xml files.
I know that I need to start off like:
$filename = "sample.xml";
So can I do something like:
$filename = (getURL)"http://dsaasd.com/sample.xml";
Thanks!