This is what the first 3 lines of my xsl look like
----------------------------------------------------------
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:lxslt="http://xml.apache.org/xslt"
xmlns:counter="MyCounter"
extension-element-prefixes="counter"
version="1.0">
<xsl:output method = "html" omit-xml-declaration = "yes" standalone = "yes"
indent = "yes" />
----------------------------------------------------------
within the stylesheet I have
-----------------------------------------------------------
<style type="text/css">
<xsl:comment><![CDATA[
hr {color: sienna}
p {margin-left: 20px}
body { background-color: white;
font-size:7pt;
color:black;
font-family:verdana,arial
}
//-->
]]>
</xsl:comment>
</style>
-----------------------------------------------------------
I want to include the css as a separate stylesheet file. The css file should
be placed in the same folder as the other stylesheets.
I would appreciate any help.
Thanks.
TP.
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
- Re: local extremums, (continued)
- Ragulf Pickaxe - Wed, 19 Mar 2003 04:27:25 -0500 (EST)
- cknell - Wed, 19 Mar 2003 09:09:26 -0500 (EST)
- TP - Wed, 19 Mar 2003 09:31:07 -0500 (EST)
- TP - Wed, 19 Mar 2003 09:54:17 -0500 (EST) <=
- David . Pawson - Wed, 19 Mar 2003 09:53:55 -0500 (EST)
- TP - Wed, 19 Mar 2003 10:19:49 -0500 (EST)
- cknell - Wed, 19 Mar 2003 10:13:39 -0500 (EST)
- TP - Wed, 19 Mar 2003 10:29:26 -0500 (EST)
|
|