Subject: RE: document URI resolution.
From: "Morgan, Corey" <CMorgan@xxxxxxxxx>
Date: Thu, 10 Feb 2005 17:11:05 -0700
|
Works like a charm, and your explanation makes perfect sense.
Thank you!
--Corey
-----Original Message-----
From: Robert Koberg [mailto:rob@xxxxxxxxxx]
Sent: Thursday, February 10, 2005 5:02 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: document URI resolution.
> Is there a way to configure the TransformerFactory to also resolve
> document() URI's ?
>
The /Transformer/ object's URIResolver should resolve the document()
calls. The /TransformerFactory/ object's URIResolver should resolve
xsl:import/include.
This is good because you can have two resolvers for the different needs.
But, in most processors, if you set one resolver on the Transformer it
will resolve document() and xsl:inlcude/import.
best,
-Rob
|