摘要:
创建一个空的XML文档:var XML={};XML.newDocument=function(rootTagname,namespaceURL){ if(!rootTagname) rootTagname=""; if(!namespaceURL) namespaceURL=""; if(document.implementation && document.implementation.createDocument){ //This is the W3C standard way to do it return document.im 阅读全文
posted @ 2011-12-01 12:49
Jason Damon
阅读(255)
评论(0)
推荐(0)

浙公网安备 33010602011771号