I got these tests from http://www.hixie.ch/tests/adhoc/dom/traversal/node-iterator/ on February 3, 2008. The only changes I made were: 1) Add testRunner.dumpAsText() calls to each test. 2) Changed the near the bottom of tests 001, 002, and 010 to to work around . Without the space, libxml2 omits the CharacterData node, causing the tests to fail. -- Darin