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]

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


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