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

Re: How to process a sequence of any type as input of

Subject: Re: How to process a sequence of any type as input of a transformation?
From: "Michael Kay mike@xxxxxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 12 Jun 2018 16:04:27 -0000
Re:  How to process a sequence of any type as input of
In Saxon you can process a sequence of items using xsl:apply-templates (as the
"initial match selection") using the API

Xslt30Transformer.applyTemplates(XdmValue, Destination)

However, this is limited to processing the items in the input sequence
one-by-one, independently of each other, with no special processing at the
start or end of the sequence, so it's probably not that useful in practice.
And it's not available from the command line.

I suspect that in most cases it's actually simpler to do the same as you would
do in XSLT 2.0, which is to have an initial named template as your entry
point, and pass the input sequence as a stylesheet parameter which that
template then processes. One minor convenience is that you can now pass it as
a template parameter (a tunnel parameter, if you wish) rather than a global
parameter.

Michael Kay
Saxonica

> On 12 Jun 2018, at 16:39, Olivier Jeulin olivier.jeulin.work@xxxxxxxxx
<xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx> wrote:
>
> Hello,
>
> according to http://www.exselt.net/features/new-in-xslt-30/
<http://www.exselt.net/features/new-in-xslt-30/>
> bAny sequence of any type can be the input for the transformation, not
just a document.b
>
> I haven't found a clear statement of that in the norm, but I'd like to use
this feature (using Saxon, so if the solution is specific, we can switch to
the Saxon mailing list).
>
> My use case is to read text lines from the output of another program using a
pipe (GNU/linux):
> someProg | xsltProcessor x.xsl
>
> where the output of someProg is
> line1
> line2
> b&
> (I know how to do that using a parameter, or a file)
>
> How can I access such a sequence from a stylesheet?
>
>
> XSL-List info and archive <http://www.mulberrytech.com/xsl/xsl-list>
> EasyUnsubscribe <-list/293509> (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.