I have noticed that in the latest 0.9 patch release which I downloaded
today to correct the SAX validating parser problem, the implementation
of the element(String name) method has changed in the DefaultElement
class. In the previous 0.9 release the method called the getName()
method which returned the local name. According to the javadoc
description of the method("Returns the first element for the given local
name and any namespace") this makes sense. However in the patch release
the getQualifiedName() method is now being called. Is this the intended
functionality? Is this a permanent change? If so I will need to change
quite a bit of code. Cheers!
_______________________________________________
dom4j-dev mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dom4j-dev