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

Re: How to pass into an XSLT program an arbitrarily lo

Subject: Re: How to pass into an XSLT program an arbitrarily long sequence of parameter values, from the command line?
From: "Dimitre Novatchev dnovatchev@xxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 16 Jun 2020 19:34:22 -0000
Re:  How to pass into an XSLT program an arbitrarily lo
In cases we want to pass parameters that are structured/related even in a
more complex way, we can pass the URI of an XML document that contains
these parameters as they are structured.

Or, one can pass a JSON object, or an XML document, as a single string and
parse it in the transformation  :)

Cheers,
Dimitre

On Tue, Jun 16, 2020 at 11:51 AM Roger L Costello costello@xxxxxxxxx <
xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx> wrote:

> Hi Folks,
>
> My XSLT program has this top-level parameter:
>
> <xsl:param name="airport-identifiers" as="xs:string+" />
>
> I invoke the XSLT program from the command line. I want to pass to the
> parameter a sequence of values. I figured that this would do the job:
>
> java -jar saxon9ee.jar test.xml -xsl:test.xsl -o:result.xml
> airport-identifiers=KBOS,KJFK
>
> But that didn't work. My XSLT program just thinks there is one airport
> identifier, named "KBOS,KJFK"
>
> Is it possible to pass into an XSLT program an arbitrarily long sequence
> of parameter values? If so, how?
>
> /Roger

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.