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

Jason Hunter jhunter at acm.org
Fri Aug 17 00:34:05 PDT 2001


Can you include the exact error?

-jh-

Fumbeya Marungo wrote:
> 
> 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
> 
> _______________________________________________
> To control your jdom-interest membership:
> http://lists.denveronline.net/mailman/options/jdom-interest/youraddr@yourhost.com



More information about the jdom-interest mailing list