AW: Problem writing a BetwixtTransformer

2003-03-12 Thread Marco Rolappe
Title: Problem writing a BetwixtTransformer hi keith,   which exceptions did you catch? AFAIK NullPointerException and RuntimeException are unchecked exceptions, so they most probably inhreit from Throwable not from Exception. please make sure that you are catching those Throwables (for deb

AW: Problem writing a BetwixtTransformer

2003-03-12 Thread Marco Rolappe
Title: Problem writing a BetwixtTransformer hi keith,   I didn't analyze the code and can't tell you directly where the bug is but...   I also got a similar exception which seemed to be an XSLT/xalan exception but actually was an exception thrown from within a custom transformer. somehow th