js获取本地xml var xdoc = new ActiveXObject("Microsoft.XMLDOM"); xdoc.async="true"; xdoc.load('例10-6.XML'); nodes=xdoc.documentElement.childNodes; var txt=""+""+nodes.item(0).text+""+nodes.item(1).text+""+""; document.write(txt);
1.1.1 What is My Batis? My Batis is a first class persistence framework with support for custom SQL, stored procedures and advanced mappings. My Batis eliminates almost all of the JDBC code and manual setting of parameters and retrieval of results.