This sounds like the same issue I've run into, but I didn't hear back from anyone on it yet. See http://xml-archive.webweaving.org/xml-archive-xerces/1720.html for the description of my problem.
- Sean T. -----Original Message----- From: Wolfhart Bauer To: [EMAIL PROTECTED] Sent: 2/22/00 10:42 PM Subject: [BUG] Behavior of NodeList implementation in 1.0.2 Hello, I have discovered a bug in the class org.apache.xerces.dom.DeepNodeListImpl. The attached code demonstrates it, just try switching the order of the two println lines. It seems that you have to call the getLength() method at least once before accessing any of the items directly. I don't feel that this behavior is intentional. <snip>
