I just made these changes in head. There is still some more DOM compatibility work to be done. In particular attributes need to be revisited. Currently, if you call any of the getAttributeXXX methods, our Attribute implementation is returned. However they are not reachable via node traversal calls, since the current Node implementation effectively skips them since they are not added to its soapChildren list. Also the getAttributes() method returns a NamedNodeList which, of course, contains the xerces implementation.
-Jason
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876087#3876087
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876087
|