You can define your own URIResolver class. That's what I did. Keep in mind that you are then using a non-standard extension, and other processors will fail when they encounter "dom:" in the URL.
-----Original Message----- From: Chris Scott [mailto:[EMAIL PROTECTED] Sent: Thursday, October 13, 2005 12:59 PM To: [email protected] Subject: Multiple in-memory input documents... Forgive me if this had been discuss before. I'd like to be able to access multiple in-memory documents (ie DOM) via the document function. Something like document('dom://input2') or the like. I was wondering if there was some extention or vodoo magic in order to accomplish this. I found a post at http://www.xslt.com/html/xsl-list/2002-09/msg00644.html outlining possible implementation choices, but since it's been three years since this post, I though I'd ask around. Is there, at present, any predefined way to do this, or am I stuck writing an extention. Thanks, ~Chris
