The key seems to be
     java.lang.IncompatibleClassChangeError()
which, given what you've said elsewhere, is probably a DOM Level 1/Level 2
problem. Xalan currently requires that the incoming DOM support DOM Level
2. (I suppose we really should check for that when the DOMSource is created
and announce it more explicitly...)

Reply via email to