|
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
|