RE: [xsl] Which parser is used when document() is called?

Subject: RE: [xsl] Which parser is used when document() is called?
From: "Michael Kay" <michael.h.kay@xxxxxxxxxxxx>
Date: Tue, 2 Apr 2002 15:00:22 +0100
If you are using a JAXP-conformant processor, then you can set the parser
from the URIResolver that is called when document() is called.

The details for this kind of question depend very much on which product you
are using!

Michael Kay
Software AG
home: Michael.H.Kay@xxxxxxxxxxxx
work: Michael.Kay@xxxxxxxxxxxxxx

> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of
> Jakub.Valenta@xxxxxxxx
> Sent: 02 April 2002 11:47
> To: XSL-List@xxxxxxxxxxxxxxxxxxxxxx
> Subject: [xsl] Which parser is used when document() is called?
>
>
> Hi all,
> I am doing some text to xml conversion, and I have build my
> own SAX-like
> parser which I use as a source for XSLT. It works just fine,
> but now I would like to use the document() function in my
> xslt and I would
> like it to use my parser again sine I want to include file which is
> textual (so the parser should conver it to xml).
>
> So does anyone know which parser is used for document()
> calls? is it the
> same one which is used to parse the main document (then I am
> save) or is it
> always some
> default parser (the I have troubles?).
>
> br,
>
> Jakub
>
>
>  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