Should Node.getChildNodes return Text of Attr?
"Min Lee" <[email protected]> Thu, 5 Jun 2003 16:50:22 -0400 (EDT)
| Newsgroups | gmane.comp.web.dom.general,gmane.comp.web.dom.test-suites.general |
|---|---|
| Message-ID | <[email protected]> |
Hi all, For the following XML: <?xml version='1.0'?><foo f='100'></foo> when getChildNodes() is called on the root element, different implementations of DOM return NodeList of different length. Xerces2-J and Crimson return a NodeList which contains 1 Text node of value "100" DOM4j and Python's minidom return a NodeList containing no nodes. This could be a problem if one's doing a comparison between two DOM implementations. Unfortunately, this case is not covered by the current DOM-TS, and I couldn't find anything on DOM spec. What should be the correct haviour? Thanks in advance, ML _________________________________________________________________ The new MSN 8: smart spam protection and 2 months FREE* http://join.msn.com/?page=features/junkmail