Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

How ca read an XML file with only client script for both IE and NN?

I want to crate a simple XML file and display its contents in a html page
by using client script, but I don't want to use an activex object for the
parsing as I want it to work in non-IE browsers as well. How can I do that?
[236 byte] By [Sven] at [2007-11-9 15:28:55]
# 1 Re: How ca read an XML file with only client script for both IE and NN?
Sven,

Take look at XSL. This should work across browsers. Failing that use
Jscript just be careful to use only standard elements.
Anthony.
Anthony Jones at 2007-11-11 23:29:36 >