You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by Martin Klang <ma...@pingdynasty.com> on 2000/09/22 16:57:35 UTC

XalanJ 1.2D01 build problems

Hey folks,

i've run into a problem when building xalanJ from source.

the build works fine ( at least after i've dos2unixed all files! :), but
when using the jar created i keep getting this old annoying error msg:

XSL Error: Cannot use a DTMLiaison for a input DOM node... pass a
org.apache.xalan.xpath.xdom.XercesLiaison instead!

fair enough - but the thing is that i _am_ using a XercesLiasion!

which should be proved by the fact that when using the 'prepackaged'
xalan.jar that comes with the same distro, i have no problem.
i'm using the same xerces.jar, also from the xalan distro.

so, do i need to rebuild xerces as well?

/m