[jdom-interest] Reading the xml:base attribute

Jason Hunter jhunter at xquery.com
Thu Jan 6 13:56:05 PST 2005


> XOM does not separate qualified names from local names. In XOM you can do
> 
> Element e = new Element("a:name", "http://www.example.com/");

Ah, interesting.  Your Javadocs didn't make that clear.  If they do:

new Element("a:name")

is it an error or do you assume xmlns:a=""?

-jh-



More information about the jdom-interest mailing list