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

Re: Dynamic pipelining in XSLT 2.0 w/ Saxon extensions

Subject: Re: Dynamic pipelining in XSLT 2.0 w/ Saxon extensions
From: "Andrew Welch" <andrew.j.welch@xxxxxxxxx>
Date: Tue, 19 Jun 2007 22:28:54 +0100
Re:  Dynamic pipelining in XSLT 2.0 w/ Saxon extensions
On 6/19/07, David Carlisle <davidc@xxxxxxxxx> wrote:


> currently if you have a call to doc('config.xml') in your compiled

ah but if you know that there's a top level variable of the form
<xsl:variable name="x" select="doc('config.xml')"/>
at the top level of the stylessheet (or even if you don't) you can run a
small transformation over the stylesheet document  that inlines this
transfoming it to
<xsl:variable name="x">
.. a copy of config.xml
<xsl:stylesheet>

then compile the modified stylesheet tree  and you've slurped up the
config file. Doesn't work (so easily) if you have to worry about base
URIs and things but in simple cases works well enough (I hope)

yes thats the manual equivalent :)


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.