hi guys. i'm using xalan-2.2-D13 in webapp and am suddenly plagued with a
very unhelpful error message on stderr:
java.lang.RuntimeException: Unknown error in XPath
at
org.apache.xalan.transformer.TransformerImpl.run(TransformerImpl.java
:3174)
at java.lang.Thread.run(Thread.java:484)
obviously, this doesn't help be track down the error at all. is there a
way i can elicit more debugging information from xalan? i'm using the sax
trax api with Templates objects, in case that makes a difference. thanks.
fwiw, the error does not appear all the time, apparantly it depends on the
input document, parameters, and possibly the phase of the moon. any
suggestions?
- donald