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

Re: referencing a stylesheet within xsl:document

Subject: Re: referencing a stylesheet within xsl:document
From: "Shawn O. McKenzie" <smckenzie@xxxxxxxxxxx>
Date: Wed, 18 Dec 2002 09:26:12 -0800
xsl document xsltproc
-------------
you have 2 problems:

1. xsl:document is not part of XSLT 1.0, only of XSLT 1.1, which is no longer developed (http://www.w3.org/TR/xslt11/). You won't find any XSLT processors, that know XSLT 1.1. The only one I know is Saxon in some versions.
Alternative for XSLT 1.0 are different processor specific extension functions like Xalan redirect.
-------------


Seems to work fine in libxslt (via xsltproc in Linux).

-------------
2. <?xml-stylesheet type="text/xsl" href="../display.xsl"?>
That's a processing instruction. If you write it in this way in your XSLT, it's used (or not) there and not in the output. To create one in the result tree, use
<xsl:processing-instruction name="xml-stylesheet">type="text/xsl" href="../display.xsl"</xsl:processing-instruction>.
--------------


Thanks! I was about to crete a variable by concating the pieces of the line together so that it wouldn't see it as a processing instruction... Makes sense that there is an xsl element to do this.




XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list



Current Thread

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.