Back to square one :) Since we can't really wait for or depend on a specific Xerces version, we should fix the problem on our end.
-- dims --- Scott Cantor <[EMAIL PROTECTED]> wrote: > > 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 > ===== Davanum Srinivas - http://webservices.apache.org/~dims/