I see. Your using a dtd in the xml document, which works fine by itself but when you import in php (or whatever the xmldocfile function does) it doesnt catch the dtd.
Good luck 🙂 I'm just starting to learn the whole xml, xsl, dtd thing.
Infact, maybe you can tell me this...
YaBB forums allow you to 'syndicate' their news using http://www.yabb.info/yabbinfo.xml
But they don't give you any instructions on how to use it. I know how to use XSLT to transform the xml document into a regular html page, which is what i want to do, but you have to use <?xml-stylesheet type="text/xsl" href="style.xsl"?> INSIDE the xml document.
Well if that XML document is on someone elses server, how the hell do you use it? I guess I could download it with a php script, but is that really what they expect you to do?