Re: [xmljs-users] xmljs on Netscape 4.7x ?
Brought to you by:
djoham,
witchhunter
From: David J. <dj...@ya...> - 2005-01-03 19:48:24
|
Hello! The classic DOM has been tested and will work on Netscape 4.x (and IE 4.x for that matter) but the w3cdom will not (it uses try/catch all over the place). There's even a small classic dom sample code snippit especially for 4.x browsers here: http://xmljs.sourceforge.net/website/sampleApplications-classicdom.html There is a decent possibility that the sax parser will work on generation 4 browsers (it does not use try/catch), but it was not tested. Best regards, David --- C Wilks <jeo...@ag...> wrote: > The FAQ says: > > XML for <SCRIPT> has been tested to work with Netscape, Mozilla, Konqueror, > Safari, Opera and Internet Explorer. > - http://xmljs.sourceforge.net/website/documentation-faq.html > > > Has anyone tried Netscape 4.7x? Or is this just referring to 6+? > > > > > ------------------------------------------------------- > The SF.Net email is sponsored by: Beat the post-holiday blues > Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. > It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt > _______________________________________________ > xmljs-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmljs-users > |