You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by Andreas Kasparz <an...@interface-business.de> on 2000/08/01 09:54:04 UTC

Problem building XALAN / XERCES

During build XERCES, XALAN from the current CVS trees I have found the
following inconsitency (or error?):

In 

    <XERCES_HOME>/java/src/org/w3c/dom/Node.java

the definition of org.w3c.dom.Node contains the method 
'public boolean hasAttributes();'. This method is not overwritten in 

    <XALAN_HOME>/java/src/org/apache/xalan/xslt/extensions/Nodeset.java

so this results in an error (note that you must not build xalan with
the xerces.jar shipped in the xalan distribution).

BTW - the org.w3c.dom.Node interface doesn't define the 'hasFeatures' method 
(see: http://www.w3.org/TR/2000/CR-DOM-Level-2-20000510/idl/dom.idl)

Best regards,

andy

--
************************************************************************
* Andreas Kasparz - andy@interface-business.de - +49 351 31809 0       *
* Interface-Business GmbH, Tolkewitzer Str. 49, 01277 Dresden, Germany *
************************************************************************