|
From: Leif W <war...@us...> - 2003-10-27 23:36:18
|
Looking through some old emails, saw this. Sounds like an interesting idea
(bring some XML support to older browsers through the API, and provide a
uniform interface across browsers). Wonder why noone replied. :-) Can you
elaborate on a scenario or example where this would be used to handle
things? I'm not too familiar with XML and how it could be applied here.
Leif
----- Original Message -----
From: "Raymond Irving" <xw...@ya...>
To: <dyn...@li...>
Sent: Tuesday, September 16, 2003 10:32 AM
Subject: [Dynapi-Dev] XML Class in DynAPI?
> Hi,
>
> How about adding an XML class to the DynAPI library
> that allows us to use xml documents in
> ns4+,ie4+,moz,opera7+,etc?
>
> example:
>
> var xml = new XMLDoc();
> var fl = new FileReader(function(){
> var str = fl.read('customers.xml');
> xml.loadXML(str);
> var node = xml.selectNode('/tag1/tag/a/b/c');
> if(node) alert(node.getText());
> });
>
> --
> Raymond Irving
>
> __________________________________
> Do you Yahoo!?
> Yahoo! SiteBuilder - Free, easy-to-use web site design software
> http://sitebuilder.yahoo.com
>
>
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> Dynapi-Dev mailing list
> Dyn...@li...
> http://www.mail-archive.com/dyn...@li.../
>
>
|