PDA

View Full Version : using xsl - do i need html?


rr299
09-19-2007, 05:05 PM
I have an xml document which is formatted using an xsl document - it puts all the info into a table. I want to link to this page from a html document. It seems it will work fine if I just use "stuff.xml" as my link but I was wondering if this was good practice linking to an .xml document. Should I "embed" this xml into a html (xhtml?) document? If so how do I do this - this is my first attempt at using xsl.

Many thanks

binaryWeapon
10-10-2007, 01:17 AM
Its probably fine to simply link the the xml document, but you might want to embed it anyway, or at least open it in a new window, because the xml document isn't going to show your site's menu, and in some ways it will look like you are not even on still on the same site.