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
| Current Thread |
- CSS
- Alia Mikati - Tue, 2 Apr 2002 03:14:41 -0500 (EST)
- Jeni Tennison - Tue, 2 Apr 2002 04:07:18 -0500 (EST) <=
- <Possible follow-ups>
- Alia Mikati - Tue, 2 Apr 2002 03:27:55 -0500 (EST)
- Alia Mikati - Tue, 2 Apr 2002 03:47:43 -0500 (EST)
|
|