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

Re: xslt create a variable from external xml file

Subject: Re: xslt create a variable from external xml file
From: "LEGAULT, PHILLIP plegault@xxxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 22 Aug 2023 16:01:33 -0000
Re:  xslt create a variable from external xml file
Yes Ibm using xslt 2.0

Now I get

I cannot figure out if I am on test or prod, so I am giving up.



From: Martin Honnen martin.honnen@xxxxxx
<xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Tuesday, August 22, 2023 11:22 AM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: [EXTERNAL] Re:  xslt create a variable from external xml file



On 22.08.2023 17:10, LEGAULT, PHILLIP
plegault@xxxxxxxxxx<mailto:plegault@xxxxxxxxxx> wrote:
This one gives me an error,
Error at xsl:param on line 266 column 107 of process.xsl:
  XPST0003 XPath syntax error at char 39 on line 266 near {...environment =>
normalize-sp...}:
    Unexpected token ">" in path expression
Error at xsl:param on line 266 column 107 of process.xsl:
  XPST0081 SequenceType syntax error at char 0 in {xs:string}:
    Undeclared namespace prefix {xs}
Failed to compile stylesheet. 2 errors detected.



Syd used XPath 3.1 syntax with XSLT 3, if you use a version of Saxon that only
supports XSLT 2.0 with XPath 2.0 then change


  <xsl:param name="env" select="document('./inv/env.xml')/environment =>
normalize-space()" as="xs:string"/>

to



  <xsl:param name="env"
select="normalize-space(document('inc/env.xml')/environment)"/>
XSL-List info and archive<http://www.mulberrytech.com/xsl/xsl-list>
EasyUnsubscribe<http://lists.mulberrytech.com/unsub/xsl-list/3514465> (by
email<>)

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.