xsl-list
[Top] [All Lists]

RE: document URI resolution.

2005-02-10 17:11:05
Works like a charm, and your explanation makes perfect sense.

Thank you!
--Corey

-----Original Message-----
From: Robert Koberg [mailto:rob(_at_)koberg(_dot_)com]
Sent: Thursday, February 10, 2005 5:02 PM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: Re: [xsl] 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

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>