> setAttributeId/setAttributeIdNS - was looking in the Java dox rather than > C++. (Java dox on site seem rather old?) > Thanks for pointing this out. I will look to see what we can do to remove > this dependancy.
If you don't care about earlier Xerces versions, you can certainly rely on it in the C++ library (or just test for it in configure and ifdef it). The Java is trickier because the Xerces version doesn't help you. They won't build the DOM3 version as the "official" release yet, so you're left probably testing with introspection for it. The docs on the site are for the non-DOM3 version, probably. -- Scott