Hi,
I have a java servlet that generates an XML string. Currently, I have a Javascript/HTML page on the client that requests the string from the servlet and uses the XML data in the page.
Right now, I use the DOM parser included in IE 5 to do the loading and parsing of the XML on the client side and everything works perfectly. Of course, I cannot assume that the client will have IE 5. So, is there a parser that I can use on the clientside without changing anything on the serverside that will allow me to use different browsers?
Thanks for the help.
I have a java servlet that generates an XML string. Currently, I have a Javascript/HTML page on the client that requests the string from the servlet and uses the XML data in the page.
Right now, I use the DOM parser included in IE 5 to do the loading and parsing of the XML on the client side and everything works perfectly. Of course, I cannot assume that the client will have IE 5. So, is there a parser that I can use on the clientside without changing anything on the serverside that will allow me to use different browsers?
Thanks for the help.