Attn W3schools:
Some XML DOM samples (e.g. http://www.w3schools.com/dom/dom_nodes_access.asp) do not work on Google Chrome. I get an error message (an empty alert box) when I use the "Try It Yourself" button.
I am trying to code a similar function (i.e., parse an XML tree with GetNodeByTagName, format, and display it) and it also works on Firefox and IE, but not on Chrome 1.0.154.53.
Finally, thank you so much for the site. Terrific job!