firefox doesn't like my XML
Date: 08/28/05
(Web Development) Keywords: php, xml
I'm trying to learn about XML, so i'm probably making a very basic error here....
I'm working on modding a phpBB board to display some information, optionally, as XML. Here, for example, I have a simple XSLT stylesheet associated with it and a DTD:
http://www.doorknobsoft.com/testboard/viewtopic.php?t=11&xml=true
it renders in internet explorer, and appears to be valid, but in firefox it just appears as a chunk of plain text.
also, in firefox, when I had an inline DTD it shows ]> at the beginning of the page, which of course it shouldn't, leading me to wonder if it's something like the character encoding? but I don't know how to find that out or how to fix that in PHP...
Source: http://www.livejournal.com/community/webdev/239237.html