[jdom-interest] Namespace prefix

Kesav Kumar kesavk at voquette.com
Fri Oct 13 15:11:46 PDT 2000


Hi 

I am trying to parse a the following XML and wants the same XML to print.

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



More information about the jdom-interest mailing list