[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: RE: local extremums

Subject: Re: RE: local extremums
From: "TP" <tpass001@xxxxxxxxxxx>
Date: Wed, 19 Mar 2003 08:34:39 -0600
Re: RE:  local extremums
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 03:36:00 -0500 (EST)
    • 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)

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.