Forum Moderators: open
I'm new to XML too. Just found this XML tutorial, which might helpful.
[w3schools.com...]
Also, if you are familar with SitePoint they are publishing a book about XML/PHP shortly.
So now I have been able to display an external XML file as-is. I also have a valid(*) XSL document. But when I put the two together in PHP it complains about an 'invalid token'. But surely I am getting closer.
* A clever way to check your XSL doc for syntax errors is to rename it .xml and view it in Internet Explorer.
[nyu.edu...]