From: Евгений Г. <gaz...@gm...> - 2013-03-15 05:46:12
|
15.03.2013, в 8:27, Dmitriy Shabanov <sha...@gm...> написал(а): > Better to say: it's a bug at xerces and workaround for DOMStreamer -) From our point of view, yes it is a bug in xerces. But if use xerces only for parsing and serializing (without analyzing a DOM structure), xerces works as well. Any way we need a workaround. > > > On Fri, Mar 15, 2013 at 2:40 AM, Евгений Газдовский <gaz...@gm...> wrote: > > Xerces's NodeImpl.getPrefix() and NodeImpl.getNamespaceURI() always returns null! > > So, we have a bug in the method org.exist.util.serializer.DOMStreamer.startNode(Node node) > > Tests are in the patch. > > > -- > Dmitriy Shabanov |