[jdom-interest] Namespace?

Gary Udstrand GUdstrand at healthnexis.com
Tue Jul 10 10:16:32 PDT 2001


	I am trying to add the following namespaces to the FILE root node
and am having limited success.  I went to search the mail list archives but
they appear to be out of commission for the time being.  It seems the
following should be fairly simple but it is not clear to me from the javadoc
how this is accomplished.  Could some kind soul please send me a code
snippet that addresses my needs?

Thanks
-Gary


<?xml version = "1.0" encoding = "UTF-8"?>
<FILE xmlns:xsi = "http://www.w3.org/2000/10/XMLSchema-instance"
xsi:noNamespaceSchemaLocation = "file:///C:/Documents/832BP_SCHEMAV04.XSD">
	<ROUTING>
	</ROUTING>
</FILE>



More information about the jdom-interest mailing list