RE: [xsl] multiple input sources to Saxon

Subject: RE: [xsl] multiple input sources to Saxon
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Wed, 10 Oct 2001 19:01:42 +0100
Why do you want to combine them before supplying to Saxon, rather than using
document() to access them all?

If you do want to combine them, though, an efficient (and easy to implement)
approach is a SAX filter that concatenates the documents within some new
top-level element node.

Mike Kay

> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of Pollington,
> Lee (ELSLON)
> Sent: 10 October 2001 16:20
> To: 'xsl-list@xxxxxxxxxxxxxxxxxxxxxx'
> Subject: [xsl] multiple input sources to Saxon
>
>
> Hi,
>
> I looking for direction in terms of an effective strategy for
> "munging"
> several input sources togethor to supply as a "super
> document" to Saxon. We
> have multiple javax.xml.transform.sources, we want to combine
> them togethor
> under a given root element and supply them to the transformer. It's an
> obvious DOM app, but we didn't want the expense of DOMing
> them and then
> turning them back. What can we do?
>
> All ideas and approaches appreciated
> thanks
> Lee
>
> ps. I would probably have sent this to the Saxon list, but it
> seems to be
> closed - has it opened somewhere else?
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread