Traversal Level 2 Demonstration

Traversal_2_Demo.xht_source.txt XHTML 1.1 Traversal_2_Demo.java
[applet: unsupported by this browser]
requires: Java 1.6

The applet above uses Rhinohide, and can traverse the DOM nodes of this page. For each traversed node T, it inserts T.toString below:

(traversal not yet commenced)

If the node is an element, it also appends 'highlight-me' (as defined in the style sheet _/traversal-demo.css) to its class attribute.

test host ok details
linux firefox ok OK, though Firefox 2 does not fully support Traversal 2.0.
linux mozilla ok OK, though Mozilla 1.7 does not fully support Traversal 2.0.
windows firefox ok OK, though Firefox 2 does not fully support Traversal 2.0.
windows ie no IE7 does not support Traversal.