java 处理xml特殊字符,使用Java读取包含特殊字符(&,-等)的XML文档节点
My code does not retrieve the entirety of element nodes that contain special characters.For example, for this node:P&G GreenbeltIt would only retrieve "P" due to the ampersand. I need to retrieve ...