Re: Parsing xml on the client
Posted By:
Patrick_Whittingham
Posted On:
Monday, May 7, 2001 06:01 AM
Just my 2 cent -
Best to my knowledge the only browsers which will work is IE 4+ and NS 6.x, but NOT NS 4.x. IE 4 can only use XML if it is a data island. IE 5.x can be used with the different DOM and SAX parsers. The transformation can be done by XSLT on both the client and server. To do complex stuff with XML, usually javascript/vbscript is necessary for XML DOM.