I believe I found some minor defects in zxml.
js version 1.0 found on
http://www.nczonline.net/downloads/
On line 1, character 5618 (line 384 of zxml.src.
js) there is a reference to a "zXML.useActiveX".
By using this variable, in IE 6.0, the error is 'zXML' is undefined.
Changing the text zXML to zXml corrects this issue. This issue seems to only show itself using IE as opposed to Firefox.
Futhermore, there is another error on line 1, col 4532 (line 314 of zxml.src.
js). The code refers to oXmlNs, but the parameter list has an sXmlNs. Changing the last parameter to oXmlNs should correct that error.
Regards,
-Darren Shu