Re: [xsl] Joining Multiple XML using XPath API of XALAN

Subject: Re: [xsl] Joining Multiple XML using XPath API of XALAN
From: Joseph Kesselman <keshlam@xxxxxxxxxx>
Date: Wed, 11 Sep 2002 09:12:18 -0400
>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


Current Thread