Can any one pls explain to me how I can run an xml file on netscape.?I am able to extract xml files using the DOM object and things are working perfectly on IE 5.0.
Frank Carver
Sheriff
Joined: Jan 07, 1999
Posts: 6913
posted
0
"Rajeshv", The Java Ranch has thousands of visitors every week, many with surprisingly similar names. To avoid confusion we have a naming convention, described at http://www.javaranch.com/name.jsp . We require names to have at least two words, separated by a space, and strongly recommend that you use your full real name. Please log in with a new name which meets the requirements. Thanks.
Hi Rajesh, As far as I know, IE 5.0 has an inbuilt XML parser to support XML documents hence things work properly when XML is used with IE 5.0. Netscape doesnt have an inbuilt support for XML. U will have to download some plugins formt their website for Netscape to support XML. Hope this helps, Amit Ganatra
Originally posted by Rajeshv: Can any one pls explain to me how I can run an xml file on netscape.?I am able to extract xml files using the DOM object and things are working perfectly on IE 5.0.
------------------ Sun Certified Java Programmer for Java 2 Programming
SCJP2
Rajeshv
Greenhorn
Joined: Jun 28, 2001
Posts: 5
posted
0
Hi Amit Thank u for your response.That plugin's will help only on the client side right??.Actually i want to have some thirdparty tool that can be registered in to the server,so that i can run my xml anywhere on anybrowser(ie IE & NN).I will definetly try your request and let u know the result. Thanks & regards Rajesh
Originally posted by Amit Ganatra: Hi Rajesh, As far as I know, IE 5.0 has an inbuilt XML parser to support XML documents hence things work properly when XML is used with IE 5.0. Netscape doesnt have an inbuilt support for XML. U will have to download some plugins formt their website for Netscape to support XML. Hope this helps, Amit Ganatra