Hi:
   I am wondering if I can have a nested namespace for the configuration
file this?
   <?xml version="1.0" encoding="ISO-8859-1" ?>
   <configuration xmlns:foo="namespace-one">
        <foo xmlns:bar="namespace-two">
        <bar:dom4j
className="org.apache.commons.configuration.DOM4JConfiguration"
                        fileName="conf/test.xml"/>
        </foo>
   </configuration>
   
   Also, how can I reference the namespace in the ConfigurationFactory as
"foo" instead of namespace-one?

Thanks
Keith 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to