|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: CSS
Hi Alia, > How can I use XSLT to add CSS stylesheet to XML documents for view > in a browser? It's probably easiest just to link the CSS stylesheet to the XML document directly using an xml-stylesheet processing instruction in the XML document: <?xml version="1.0"?> <?xml-stylesheet type="text/css" href="style.css"?> <doc> ... </doc> You could use XSLT to add the processing instruction if you wanted, with an xsl:processing-instruction instruction, but I don't see any real reason you'd want to do that. Cheers, Jeni --- Jeni Tennison http://www.jenitennison.com/ XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|






