Bugs item #1459435, was opened at 2006-03-27 08:27
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=116035&aid=1459435&group_id=16035

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: DOMElement.getNodeName() returns incorrect value

Initial Comment:
According to the DOM-Level-2-core spec, 
Node.getNodeName() should return Node.nameName which 
is the "qualifiedName". 

However, org.dom4j.dom.DOMElement.getNodeName() 
returns the "localName" 'getName()' instead of 
the "qualifiedName" 'getQName().getQualifiedName()'. 
Please confirm and patch accordingly.

Thanks in advance,

- Ron

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=116035&aid=1459435&group_id=16035


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
dom4j-dev mailing list
dom4j-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dom4j-dev

Reply via email to