dom4j读取spring配置文件时无法通过selectNodes或selectSingleNode获取节点
这是由于spring的配置文件带有命名空间需要在原有的基础上进行一点处理ElementrootElm=doc.getRootElement();System.out.println(rootElm.getName());HashMapmap=newHashMap();map.put("design",rootElm.getNamespaceURI());XPathxPath=doc.createX