xml分为xml文件、xml对象、xml请求等
1、解析xml文件
2、解析xml字符串
以节点的方式获取xml文件或者字符串的内容:
xmlDoc.getElementsByTagName(someNode)