On 2010-06-28, Stefan Bodewig wrote: > Inside Gump you get the trunk of Xerces and the trunk of xml-commons' > java/external. Right now it looks as if Xerces wouldn't see the > xml-apis jar you've downloaded (since that should contain > ElementTranversal). It may be that ElementTraversal ends up in a > different jar, though. I'll look into it.
The DOMTraversal related interfaces are part of the "normal" xml-apis jar so in theory they should be there. We are probably running into classloader issues where the xml-apis.jar should have been used via the "endorsed standards" mechanism to be fully visible - I have no idea how to achieve that using mvn. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org