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

Re: import, xslt 2.1

Subject: Re: import, xslt 2.1
From: Dave Pawson <davep@xxxxxxxxxxxxx>
Date: Sat, 13 Mar 2010 11:49:07 +0000
Re:  import
On 13/03/10 11:13, Michael Kay wrote:
Try system-property('f')

<xsl:import href="f/func-exp.xsl" use-when="system-property('f') = 'true'" />

Gets past Saxon
Presumably returns a 'false' since
the import isn't acted upon.

I'm looking for System.getv('f')
for an environmental variable named f.

regards DaveP



Regards,


Michael Kay
http://www.saxonica.com/
http://twitter.com/michaelhkay

-----Original Message-----
From: Dave Pawson [mailto:davep@xxxxxxxxxxxxx]
Sent: 13 March 2010 11:00
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re:  import, xslt 2.1

Tried using use-when with an environmental variable.

<xsl:import href="f/func-exp.xsl"
use-when="system-property('System.getenv('f')')= 'true'"  />

Error on line 14 of fxslexamples.xsl:
    XPST0003: Error in use-when expression. XPath syntax error
at char 32 on line 14 in
    {...-property('System.getenv('f...}:
      expected ")", found name "f"
Failed to compile stylesheet. 1 error detected.

Changed the quotes to
<xsl:import href="f/func-exp.xsl"
use-when="system-property('System.getenv("f")')= 'true'"  />  and get

Error on line 14 column 43 of fxslexamples.xsl:
    SXXP0003: Error reported by XML parser: Element type "xsl:import"
must be followed by
    either attribute specifications, ">" or "/>".
Failed to compile stylesheet. 1 error detected.

Looks like it can't be done.


regards


--
Dave Pawson
XSLT XSL-FO FAQ.
http://www.dpawson.co.uk





regards


--
Dave Pawson
XSLT XSL-FO FAQ.
http://www.dpawson.co.uk

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.