Re: [xsl] How to Validate an XSL

Subject: Re: [xsl] How to Validate an XSL
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 4 Mar 2004 10:30:11 GMT
> Is there an way through which I can validate whether an given XSL is valid or not programitically.
as with most computer languages: give it to an XSLT compiler and see if
it generates errors.

There are some schema that do a partial job (they would detect
text as a child of xsl:stylesheet) but in practice there is not a lot of
point doing such a partical chack when your xslt system will do a much
better job.


-- 
http://www.dcarlisle.demon.co.uk/matthew

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

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


Current Thread