From: Raymond I. <xw...@ya...> - 2003-09-16 15:32:48
|
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 |
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.../ > > |
From: Raymond I. <xw...@ya...> - 2003-10-29 14:18:00
|
Well the whole idea is that we would probably take a subset of the code from xmljs.sf.net and make an xml class for dynapi that will allow us to work with xml files directly in all dynapi supported browsers. An one else like the idea? -- Raymond Irving --- Leif W <war...@us...> wrote: > 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.../ > > > > > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: The SF.net > Donation Program. > Do you like what SourceForge.net is doing for the > Open > Source Community? Make a contribution, and help us > add new > features and functionality. Click here: > http://sourceforge.net/donate/ > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ __________________________________ Do you Yahoo!? Exclusive Video Premiere - Britney Spears http://launch.yahoo.com/promos/britneyspears/ |
From: Daniel T. <de...@ti...> - 2003-10-29 14:20:49
|
Sounds really good /Daniel -----Original Message----- From: dyn...@li... [mailto:dyn...@li...] On Behalf Of Raymond Irving Sent: den 29 oktober 2003 15:18 To: dyn...@li... Subject: Re: [Dynapi-Dev] XML Class in DynAPI? Well the whole idea is that we would probably take a subset of the code from xmljs.sf.net and make an xml class for dynapi that will allow us to work with xml files directly in all dynapi supported browsers. An one else like the idea? -- Raymond Irving --- Leif W <war...@us...> wrote: > 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.../ > > > > > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: The SF.net > Donation Program. > Do you like what SourceForge.net is doing for the > Open > Source Community? Make a contribution, and help us > add new > features and functionality. Click here: http://sourceforge.net/donate/ > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ __________________________________ Do you Yahoo!? Exclusive Video Premiere - Britney Spears http://launch.yahoo.com/promos/britneyspears/ ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ Dynapi-Dev mailing list Dyn...@li... http://www.mail-archive.com/dyn...@li.../ |
From: Michael B. <mi...@mi...> - 2003-10-29 15:16:40
|
Hi again, Should point out that there is a saved load file for the events The name of the load file is "event.js" inside the "example" folder. Michael |
From: Doug M. <do...@cr...> - 2003-10-29 15:23:05
|
Very much. While I don't normally like to push any Micro-Shaft tech, I have found an increasing number of client-server communication protocols using XML.. It would indeed be nice to have that XML functionlaity consistant on the client-side.. ----- Original Message ----- From: "Raymond Irving" <xw...@ya...> To: <dyn...@li...> Sent: Wednesday, October 29, 2003 9:18 AM Subject: Re: [Dynapi-Dev] XML Class in DynAPI? > > Well the whole idea is that we would probably take a > subset of the code from xmljs.sf.net and make an xml > class for dynapi that will allow us to work with xml > files directly in all dynapi supported browsers. > > An one else like the idea? > > -- > Raymond Irving > > --- Leif W <war...@us...> wrote: > > 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.../ > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: The SF.net > > Donation Program. > > Do you like what SourceForge.net is doing for the > > Open > > Source Community? Make a contribution, and help us > > add new > > features and functionality. Click here: > > http://sourceforge.net/donate/ > > _______________________________________________ > > Dynapi-Dev mailing list > > Dyn...@li... > > > http://www.mail-archive.com/dyn...@li.../ > > > __________________________________ > Do you Yahoo!? > Exclusive Video Premiere - Britney Spears > http://launch.yahoo.com/promos/britneyspears/ > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program. > Does SourceForge.net help you be more productive? Does it > help you create better code? SHARE THE LOVE, and help us help > YOU! Click Here: http://sourceforge.net/donate/ > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ > --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.530 / Virus Database: 325 - Release Date: 10/22/03 |