[jdom-interest] SAXBuilder can't seen to find Attribute Namespaces

Fumbeya Marungo fumbeya at hotmail.com
Thu Aug 16 20:34:37 PDT 2001


When I run the following xml through the SAXBuilder.build() method.  It is 
unable to find the namespaces for element attributes.  This was not a 
problem in b6.  Note, I built the xml using JDOM.

<?xml version="1.0" encoding="UTF-8"?>
<ProjectChartAppPropNS:AppProperties 
xmlns:pPojectChartAppPropNS="http://www.company.com/project/charting/app/prop">
	<pPojectChartAppPropNS:LogFileName><![CDATA[c:\Temp\TestLog.txt]]></pPojectChartAppPropNS:LogFileName>
	<pPojectChartAppPropNS:JdbcConnections>
		<pPojectChartAppPropNS:JdbcConnectionDescription 
pPojectChartAppPropNS:JdbcDriverClassName="oracle.jdbc.driver.OracleDriver" 
pPojectChartAppPropNS:JdbcConnectionUrl="jdbc:oracle:thin at 151.108.112.135:1521:esrd" 
pPojectChartAppPropNS:JdbcConnectionUser="esr_user2" 
pPojectChartAppPropNS:JdbcConnectionPassword="esr_user" 
pPojectChartAppPropNS:JdbcConnectionDescritionName="Default"/>
	</pPojectChartAppPropNS:JdbcConnections>
	<pPojectChartAppPropNS:QueryDirectory 
FileName="w:\Projects\pPojectChartingApplication\files\queries"/>
	<pPojectChartAppPropNS:CdfDirectory 
FileName="w:\Projects\pPojectChartingApplication\files\cdfs"/>
	<pPojectChartAppPropNS:OutputDirectories 
pPojectChartAppPropNS:DataFileOutputDirectory="w:\Projects\pPojectChartingApplication\files\data" 
pPojectChartAppPropNS:ChartFileOutputDirectory="w:\Projects\pPojectChartingApplication\files\charts"/>
</pPojectChartAppPropNS:AppProperties>



_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp




More information about the jdom-interest mailing list