No subject


Fri Aug 6 17:04:17 PDT 2004


	<Application1 xmlns:xplt="www.xxxx.com" xmlns:xpl="www.xxxx.com"
version="3.0">
		<xpl:insertText/>
		<xplt:anyElement>
			<Name/>
		</xplt:anyElement>
	</Application1>

I tried with the latest SAXBuilder which Brett has fixed the Namespace
problems.  But still I couldn't get
the output which I mentioned.  The Attributes xmlns:xplt and xmlns:xpl are
totally disappeared and the output
came like the following

<Application xmlns="www.xxx.com">
	<xpl:inserText xmlns="www.xxx.com/>
	<xplt:anyElement>
		<Name/>
	</xplt>
</Application>

Can any one suggest me how to get the unchanged xml file.


Kesav Kumar
Software Engineer
Voquette, Inc.
650 356 3740
mailto:kesavk at voquette.com
http://www.voquette.com




More information about the jdom-interest mailing list