Hi Tommaso,
I've tried this out myself and it appears to be a bug in the Xalan
serializer. You can report the issue here [1]. It is possible to work
around the problem by removing serializer.jar from your classpath. Xerces
will fall back to using its old deprecated serializer if it cannot find th
Hi Michael,
thanks for your reply.
Actually you are right, I will try to explain with an example:
This is the whole document:
__
http://www.normeinrete.it/nir/2.2/"; xmlns:dsp="
http://www.normeinrete.it/nir/disposizioni/2.2/"; xmlns:h="
http://
Hi Tommaso,
tommaso.agnol...@gmail.com wrote on 03/16/2009 02:16:33 PM:
> Hi,
>
> I need to use the LSSerializer provided by xerces to serialize a DOM
> document subtree without namespaces completion processing, i.e., the
> desired output is just the xml serialization of the subtree as one
> cou
Hi,
I need to use the LSSerializer provided by xerces to serialize a DOM
document subtree without namespaces completion processing, i.e., the desired
output is just the xml serialization of the subtree as one could extract it
by selection from the whole document serialization.
To this end, if I u