Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用一个定义为命名空间的 XML 文件,xmlns:abc="http:/abc.com"其中一个属性类型值嵌入了命名空间,例如:
xmlns:abc="http:/abc.com"
<der> <xyz xyztype="avg">2.5</xyz> <xyz xyztype="abc:totalcustomer">10</xyz> </der>
我能够找出“avg”类型的 xpath,但在使用第二种类型时遇到了问题。任何帮助表示赞赏。