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]
Other format: [Raw text]

Re: Joining Multiple XML using XPath API of XALAN


>I need to merge multiple in-memory DOM structures.
>...
>Is there any way to load the in-memory xml document in
>XSL just like document function.

Simplest answer would be to write an extension function that knows where 
to look to find your DOM (or DOMs) and returns the appropriate Document 
node. We should automagically do the right thing with that.

Or you could write an entity resolver which recognizes certain "magic" 
URIs as requests to access your DOMs... but that's probably more work and 
I *think* it would be less efficient.

______________________________________
Joe Kesselman  / IBM Research

 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]