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

Re: streaming through a table, but don't stream the ro

Subject: Re: streaming through a table, but don't stream the row level
From: "Michael Kay mike@xxxxxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 7 Jan 2017 17:48:38 -0000
Re:  streaming through a table
XSLT 3.0 allows you to do

<xsl:source-document href="input.xml" streamable="yes">
  <xsl:apply-templates select="/*/row/copy-of(.)"/>
</xsl:source-document>

or in earlier drafts

<xsl:stream href="input.xml">
  <xsl:apply-templates select="/*/row/copy-of(.)"/>
</xsl:stream>

which streams the file into a sequence of "row" elements, each of which can be
internally processed in non-streaming mode using ordinary XSLT/XPath code,
provided it only needs to look inside one row at a time.

Michael Kay
Saxonica

> On 7 Jan 2017, at 17:08, Geert Bormans geert@xxxxxxxxxxxxxxxxxxx
<xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx> wrote:
>
> All,
>
> I might be missing something
>
> An XML serialisation of an excel sheet just exploded into 1.4 GByte
> I have an XSLT that works on smaller subsets that I now want to apply on the
big file
> and if possible, I would prefer to not change all of my functions and
templates (that work on the row level) in to streaming mode
> Is there a way to process the table in streaming mode, but just process the
rows without caring about streaming there?
>
> Thanks
>
> Geert
>
>
> 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.