Re: is XT validating?

Subject: Re: is XT validating?
From: Lars Marius Garshol <larsga@xxxxxxxxxxxxxxx>
Date: 25 May 2000 15:45:54 +0200
* F. Mabry
|
| I am not sure about XT but the following URL has a validating parser
| by Richard Tobin.

RXP is indeed a nice parser, but it is very hard to integrate with XT,
so it is not very relevant for this question.

Part of the problem here is that a lot of people seem not to realize
that an XML parser and an XSLT engine are two different things. XML
parsers have no awareness of XSLT at all, while XSLT engines use XML
parsers to read source documents and stylesheets.  

XT is an XSLT engine and as such does not validate. However, it can
use an XML parser that validates on its behalf. (This is also the
solution to the original question; make XT use a validating parser.)

--Lars M.


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


Current Thread