Re: [xsl] Custom function in template match predicate

Subject: Re: [xsl] Custom function in template match predicate
From: "Andrew Welch" <andrew.j.welch@xxxxxxxxx>
Date: Wed, 24 Sep 2008 10:12:18 +0100
> Writing schema-aware XSLT is not as much of a problem as having a
> schema-aware XSLT processor...

Altova provides a free schema-aware 2.0 processor:

http://www.altova.com/altovaxml.html

Not sure of any other free ones...

The problem I have with schema-aware xslt (specifically input
validation) is that your transform then relies on the input being
validated... the XML is no longer sufficient on its own.  The output
will be different depending on whether the input has been validated or
not, which is not a good thing.


-- 
Andrew Welch
http://andrewjwelch.com
Kernow: http://kernowforsaxon.sf.net/

Current Thread