Hi, Is a NodeNamedMap ever used to hold anything but the Attrs of an Element? Might an Attr be an entry in more than one NamedNodeMap? A simply way to implement NamedNodeMap in c is to just add nextAttr and previousAtt members to Node and make NamedNodeMap a struct like: struct DOM_NamedNodeMap { unsigned long length; DOM_Node *first; DOM_Node *last; } If the answers to the above questions are "no" I don't see a problem with this technique. Do you? Thanks MikeReceived on Monday, 9 July 2001 22:58:47 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Tuesday, 27 October 2009 08:24:53 GMT