|
Subject: error handling w/ XT From: "Thomas Reilly" <treilly@xxxxxxxxxxxxxxxx> Date: 04 May 1999 18:02:03 -0700 |
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
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: How to use ENTITY declarations , Mike Brown | Thread | id/idref, Bovone Stefano |
| Re: idref(), G. Ken Holman | Date | Re: How to use ENTITY declarations , Alistair MacDonald |
| Month |