This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: multiple input sources to Saxon


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@lists.mulberrytech.com
> [mailto:owner-xsl-list@lists.mulberrytech.com]On Behalf Of Pollington,
> Lee (ELSLON)
> Sent: 10 October 2001 16:20
> To: 'xsl-list@lists.mulberrytech.com'
> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]