You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by Boisaubert Philippe <p....@cstb.fr> on 2000/11/28 22:59:10 UTC

xalan 2.0 bug with xerces1.2.1

I think you know the problem but ...

Here it is :
Xerces1.2.1 use method isSupported(String xxx, String yyy) from org.w3c.dom.Node and the previous versions use method supports(String xxx, String yyy) from org.w3c.dom.Node.

Xalan 2.0 use supports(...) method ; in many classes ; but not isSupported(...). 
(Perhaps 'cause of old DOM2 draft ?).

Then Xalan2.0 works well with Xerces 1.1.3 but not with Xerces1.2.1.

That's all. Bye.

P.Boisaubert, french student.