Jump to content

Using JDOM instead of MSXML Parser in JavaScript


Guest setidea

Recommended Posts

Guest setidea

How can I use Java DOM or Java SAX on client machine (browser) for parsing XML documents instead of using MSXML Parsers which is integrated in IE5.5/6.0 by Microsoft?I understand that all popular browsers have incorporated JVM in it. Also, Java DOM API is a part of J2SDK1.4 so should be compatible with IE5.5/6.0 or Netscape 6.0 or FireFox Mozilla.Microsoft ActiveX supports XMLHTTPRequest on client browser. Is their any Java API similar to it.Thanking you in anticipation.with cheers,Harshal.E-mail: setidea@rediffmail.comPh.(M): 0061-433261516

Link to comment
Share on other sites

Well, one thing is for sure... if it's possible, the user is going to have to download the needed modules, which is not something that most users would like. Why do you need to use those parsers anyway? MSXML parser is a pretty good one.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...