xsl-list
[Top] [All Lists]

Re: [xsl] Designing streamable XPath expressions

2014-01-05 12:09:08
Dimitre wrote:

You missed a closing "]" on Slide 5

Ah, good catch Dimitre. Thanks. I fixed that.

do you think this is streamable: text()[1]

I think I see what you are saying Dimitre. If the text is huge (say, a 1 GB 
text node or even a simple large text input), then a streaming processor will 
crash.

I don't see anything in the XSLT 3.0 specification about streaming text. 
Streaming XML element nodes is good, but streaming text is equally important.

What is the XSLT working group's plans for supporting the streaming of text?

/Roger



--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--