On Fri, 10 May 2002 15:49:29 -0400, David B. Bitton <[EMAIL PROTECTED]>
wrote:

>the reference to the document() XSLT function is a great example of what
I'd
>like to do.

Are you trying to resolve the URI from an XSLT transform?  If so, there's a
couple nifty classes called XmlResolver and XmlResourceResolver that you
can subclass plug into XslTransform's XmlResolver property.  I gave an
example of this on the list previously[1].  This will cover the xsl:import
and xsl:include elements in XSLT, not sure if document() goes through this
resolution mechanism, but it's easy enough to find out.  This is a less
general purpose solution than the others that have been proposed but easier
to implement.

[1] http://discuss.develop.com/archives/wa.exe?
A2=ind0201E&L=DOTNET&P=R6609&D=0

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to