Re: RE: [xsl] local extremums

Subject: Re: RE: [xsl] local extremums
From: "TP" <tpass001@xxxxxxxxxxx>
Date: Wed, 19 Mar 2003 08:34:39 -0600
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