标签: java xml
从输入xml,使用XPathAPI.selectsingleNode()获取一个节点。该节点具有xml defaultnamespace。
需要删除defaultnamespace ...
node.removeAttributeNS()无效。 请建议