Page 1 of 1

xml-stylesheet

Posted: Tue Mar 20, 2007 4:06 pm
by saltydog
How can I style an XML file with an xml-stylesheet?

i.e.:

Re: xml-stylesheet

Posted: Wed Mar 21, 2007 11:23 am
by Pierre M.
If your XML file is an XHTML document, it makes sense to style this web page with CSS.
If it is not xHTML and your want to show it on a web site, you should first transform it to xHTML using XSL.
Pierre M.