If you're invoking Xalan-J from the command line (Process), you're 
normally reading from -- and writing to -- SAX. Try invoking it with the 
-FLAVOR D2D option (DOM to DOM); I suspect you'll see the same error. We 
don't use the DOM APIs internally, so the _only_ point where this can be 
arising is during construction of the output document tree.

>From the command line, adding the -EDUMP option will display details of 
any exceptions. If you're invoking Xalan through the API, catch the 
exception and print its stack trace.


______________________________________
Joe Kesselman, IBM Next-Generation Web Technologies: XML, XSL and more. 
"may'ron DaroQbe'chugh vaj bIrIQbej"  ("Put down the squeezebox and nobody 
gets hurt.")

Reply via email to