Re: LSSerializer configuration for namespaces

2009-03-22 Thread Michael Glavassevich
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

Re: LSSerializer configuration for namespaces

2009-03-17 Thread Tommaso Agnoloni
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://

Re: LSSerializer configuration for namespaces

2009-03-16 Thread Michael Glavassevich
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

LSSerializer configuration for namespaces

2009-03-16 Thread Tommaso Agnoloni
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