>Conclusion: removeAttribute seems to be for almost every case >replaceable by removeAttributeNode. That's true. e.removeAttribute(x) is just a shorthand for e.removeAttributeNode(e.getAttributeNode(x)). However, the single removeAttribute call may be more efficient than the two-call version (in some implementations). And it is often more convenient. ______________________________________ Joe Kesselman / IBM ResearchReceived on Wednesday, 15 March 2000 15:23:33 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Tuesday, 27 October 2009 08:24:51 GMT