RE: [xsl] Using document() without a file

Subject: RE: [xsl] Using document() without a file
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Sun, 4 Feb 2001 18:13:53 -0000
If you are using the TrAX API, you can write a URIResolver that intercepts
the URI passed to the document() function and returns the relevant document.

Mike Kay

> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of Stu Bloom
> Sent: 04 February 2001 18:04
> To: XSL List
> Subject: [xsl] Using document() without a file
>
>
> I understand how to use document() when I have a file that
> can be accessed
> with a URI. Is there a way to include an XML document that is
> in the form of
> a string or as a DOM -- i.e., has not been written to a file
> -- without
> going through the process of saving it as a file first?
>
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread