Subject: RE: Using the document function with external documents stored in a database
From: "Andrew Welch" <AWelch@xxxxxxxxxxxxxxx>
Date: Mon, 22 Mar 2004 13:40:23 -0000
|
> I have two questions:
> 1. Is it possible to let the document function use a DOM
> object stored in memory, or an XML document stored in a
> database? 2. If not... Is it possible to pass a DOM object as
> a parameter to an XSL-T transformation?
You can write your own URIResolver in java that can handle the
document() function and return a Source from wherever, so yes you should
have no problem.
cheers
andrew
|