Hello
I have this xsl file that includes a link to a CSS stylesheet:
<?xml version="1.0"?>
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template match="/">
<HEAD>
<xsl:apply-templates select="books/book" />
<LINK REL="stylesheet" TYPE="text/css" HREF="books1.css"/>
</HEAD>
</xsl:template>
...
...
</xsl:stylesheet>
Everything is working and I'm getting the appropriate output when
applying XSL to XML file except that it's not applying the CSS stylesheet.
What do u think could be the problem?
Thx a lot
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
- XSL and CSS
- Alia Mikati - Thu, 28 Mar 2002 05:18:03 -0500 (EST) <=
- <Possible follow-ups>
- Gertjan Assies - Thu, 28 Mar 2002 06:04:32 -0500 (EST)
|
|