Dear all, we've encountered some nasty problem with the Xerces 1.4.* distributions under Windows.
When we compile or code (package at http://www.xlinkit.com/download.html) under Linux - no problems. Compile the same package in Windows and there are loads of Xerces errors like: - getLocalName not defined in org.w3c.dom.Element (although inherited from Node) - getNameSpaceURI not defined in org.w3c.dom.Element (similar) We then got the Xerces source distribution, ran 'ant', recompiled our code with the new jar - no problems. As a side note: the jar in the distribution is > 1Mb, whereas our new jar was 600kb. So: What's wrong with your release builds? :) Christian