Re: [xsl] How to Validate an XSL

Subject: Re: [xsl] How to Validate an XSL
From: "George Cristian Bina" <george@xxxxxxx>
Date: Thu, 4 Mar 2004 12:28:49 +0200
> Is there an way through which I can validate whether an given XSL is valid
or not programitically.

You should look into the documentation for the XSLT processor you are using.
For instance if you use a JAXP compliant XSLT processor then you can just
create a Transformer from your stylesheet. If this succeeds then it is
valid, otherwise you should be able to catch the errors in an ErrorListener
set on the TransformerFactory.

Best Regards,
 George
-------------------------------------------------------------
George Cristian Bina mailto:george@xxxxxxxxxxxxx
<oXygen/> XML Editor - http://www.oxygenxml.com/



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


Current Thread