Element rootEle = dom.getRootElement();rootEle.getAttributeValue("id") 还是rootEle.getChild(name)?最好有个XML例子 不清楚说的指定节点是啥意思
用dom4jxpath http://www.zvon.org/xxl/XPathTutorial/General/examples.html
看了你写的代码。是用sax解析xml啊,不用导入dom4j