This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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@ntlworld.com
work: Michael.Kay@softwareag.com

> -----Original Message-----
> From: owner-xsl-list@lists.mulberrytech.com
> [mailto:owner-xsl-list@lists.mulberrytech.com]On Behalf Of
> Jakub.Valenta@Deio.net
> Sent: 02 April 2002 11:47
> To: XSL-List@lists.mulberrytech.com
> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]