Re: [dom4j-dev] declaredNamespaces containing the element's namespace

2001-11-26 Thread James Strachan
nt: Sunday, November 25, 2001 7:04 PM Subject: RE: [dom4j-dev] declaredNamespaces containing the element's namespace Hello again,   I've given the issue more thought, and instead of deprecating declaredNamespaces why don't we alter its behaviour (and javadoc)

RE: [dom4j-dev] declaredNamespaces containing the element's namespace

2001-11-25 Thread Steen Lehmann
] On Behalf Of Steen LehmannSent: 23. november 2001 20:54To: 'James Strachan'; [EMAIL PROTECTED]Cc: Karin Stella MogensenSubject: RE: [dom4j-dev] declaredNamespaces containing the element's namespace Hi James,   Ok, so namespaces are resolved at the time the document

[dom4j-dev] declaredNamespaces containing the element's namespace

2001-11-23 Thread Steen Lehmann - SilverStream
Title: declaredNamespaces containing the element's namespace Hi, Is there a good reason why declaredNamespaces() method in AbstractElement includes the result of getNamespace() (if the namespace URI is not empty)? I would expect the declared namespaces to be only the namespaces explicitly de