xsl-list
[Top] [All Lists]

Re: [xsl] How to stream-process non-XML text using unparsed-text-lines( ) ?

2014-07-26 14:21:04
On Sat, Jul 26, 2014 at 11:46 AM, Abel Braaksma (Exselt)
abel(_at_)exselt(_dot_)net 
<xsl-list-service(_at_)lists(_dot_)mulberrytech(_dot_)com> wrote:
Note: if you want a sure-fire cross-processor way of streaming text, you can 
also create a UriResolver that returns a text document as an XML document 
with a
(large) set of elements each containing one line or record of the text input. 
Then you can use xsl:stream and create a guaranteed streamable stylesheet 
(which
turns out to be relatively simple, as your input will be flat and each time 
you select a text-node, the streamability rules will take into account that 
it cannot contain
children, so the rules are a bit more lenient).

And this UriResolver will do our own text - streaming (whatever we
need to implement). Good idea.

I only wish there were some common guidelines for writing UriResolver
objects across different implementations.  Maybe this would be a good
fit for EXPath?



-- 
Cheers,
Dimitre Novatchev
---------------------------------------
Truly great madness cannot be achieved without significant intelligence.
---------------------------------------
To invent, you need a good imagination and a pile of junk
-------------------------------------
Never fight an inanimate object
-------------------------------------
To avoid situations in which you might make mistakes may be the
biggest mistake of all
------------------------------------
Quality means doing it right when no one is looking.
-------------------------------------
You've achieved success in your field when you don't know whether what
you're doing is work or play
-------------------------------------
To achieve the impossible dream, try going to sleep.
-------------------------------------
Facts do not cease to exist because they are ignored.
-------------------------------------
Typing monkeys will write all Shakespeare's works in 200yrs.Will they
write all patents, too? :)
-------------------------------------
I finally figured out the only reason to be alive is to enjoy it.
--~----------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
EasyUnsubscribe: http://lists.mulberrytech.com/unsub/xsl-list/1167547
or by email: xsl-list-unsub(_at_)lists(_dot_)mulberrytech(_dot_)com
--~--

<Prev in Thread] Current Thread [Next in Thread>