I'm looking for a mechanism to deal with errors during the
transformation of my XML documents via XT. So far all I can come up
with is calling a Java method that throws an exception but it looks
like I'll have to go in an play with XT if I want the exception to
propagate back to me.
The goal is to be able to do something like this:
try {
transformDocument(doc);
} catch(TransformException e) {
...
}
Any suggestions?
--
Tom Reilly
Live Software, Inc
http://www.livesoftware.com
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|