Subject: Re: XSLT collection function to get filenames
From: "Andrew Welch" <andrew.j.welch@xxxxxxxxx>
Date: Tue, 18 Mar 2008 14:22:54 +0000
|
On 18/03/2008, David Carlisle <davidc@xxxxxxxxx> wrote:
> However collection() could return a sequence of document nodes each of
> which had a single text node containing the contents of the file, but
> to do that you would have to supply saxon the (java class name of) a SAX
> parser that just took a text file and returned (the sax events
> equivalent to) a document node and a single text node.
When you say document node with a single text - do you really mean
that? Or do you mean document node, root element, text node?
--
Andrew Welch
http://andrewjwelch.com
Kernow: http://kernowforsaxon.sf.net/
|