RE: [xsl] How to read Schema XSD in stylesheet XSL!

Subject: RE: [xsl] How to read Schema XSD in stylesheet XSL!
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Thu, 29 Nov 2007 09:26:49 -0000
> In all honesty, all you need is an XML processor that 
> supports Schema processing. You do not need any XSLT. But if 
> you are determined to use XSLT, just use XSLT 2.0 with 
> validation (available with Saxon-SA and AltovaXML, the latter 
> free). 

There's one little detail, you can't do this in pure XSLT because you can't
catch the exception when validation fails. But Saxon-SA does have a
try/catch extension that gets around this problem.

Michael Kay
http://www.saxonica.com/

Current Thread