RE: [xsl] Schematron with XPath 2.0 and XSLT 2.0 support

Subject: RE: [xsl] Schematron with XPath 2.0 and XSLT 2.0 support
From: "Jesper Tverskov" <jesper@xxxxxxxxxxx>
Date: Mon, 12 Jun 2006 08:23:34 +0200
As far as I know, Schematron makes use of the XSLT processor of your choice.
That is Shematron will always support any version of XPath and XSLT, if the
XSLT processor you choose to use supports that version.

So the answer to your question is to use almost any XML editor or product
that can be set up to work with an XSLT 2.0 processor.

There are at least two XSLT 2.0 processors at the moment, the newer versions
of SAXON and the newer versions of XMLSpy's own processor.

To get the "XSLT 1.0" Schematron stylesheet working, the so-called
skeleton1-5.xsl (I think), you must modify it so it will be accepted as an
XSLT 2.0 stylesheet. The changes are minor like adding the proper namespaces
for XSLT/XPath 2.0., for XSD, etc.

That done, all the XPath 2.0 functions supported by the XSLT 2.0 processor
you use, is now available to be used in your "Asserts" statements, etc. 

Best regards,
Jesper Tverskov

-----Original Message-----
From: Ramkumar Menon [mailto:ramkumar.menon@xxxxxxxxx] 
Sent: 10. juni 2006 21:38
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: [xsl] Schematron with XPath 2.0 and XSLT 2.0 support

Hi Gurus,

Is there any product for download available that supports XPath
2.0/XSLT 2.0functions for schematron asserts ?

rgds,
Menon

-- 
Shift to the left, shift to the right!
Pop up, push down, byte, byte, byte!

-Ramkumar Menon
A typical Macroprocessor

Current Thread