Forum Moderators: open
1) import and manipulate the XML using Javascript. A web search on AJAX and XMLHTTPRequest will turn up many examples.
2) implementing an XML data island. Like XMLHTTPRequest this is a Microsoft technology which has been extended to other platforms, see [developer.mozilla.org...] for example.
3) use a Flash object to read the XML and display it. I have no experience with using Flash in this way.
Changing your HTML document to XHTML only helps you if you serve it with an XML MIME type, i.e. application/xml+xhtml or at least text/xml. Doing so will cause Internet Explorer to choke, however, rendering the page (no pun intended) largely useless.
What the hell is the use of XHTML if it can't be used to display XML data?
XHTML is a kind of XML, and can be extended to display other kinds of XML (see [w3.org...] ). However, you're right that browser support is sketchy and XHTML is improperly used by many, if not most people who use it. Thus [webmasterworld.com...] .
I mean you would think you could use <link>, find the document and then use the <$-----$> tags to diplay the info but no. If anyone still knows an easier way, or possibly has a javascript file that will retrieve the xml and allow me to SOMEHOW display
Are you talking about the RSS feed? There's a whole forum devoted to RSS [webmasterworld.com].
[edited by: encyclo at 4:52 pm (utc) on June 22, 2006]
[edit reason] fixed formatting [/edit]