Ulf Nordlund wrote:
> But how do I generate exceptions when applying XSL to my document? I.e.
> how will I be notified that some conditions (that I defined in the XSL
> document) are false? I guess what I need to know is how to use XSL as a
> validation tool in a Java application.
Schematron is a schema language that allows you to make certain
assertions and then check them using an XSLT 1.0 processor:
<http://xml.ascc.net/resource/schematron/schematron.html>
Not sure that is what you are looking for but check that out yourself.
--
Martin Honnen
http://JavaScript.FAQTs.com/