这就是我所拥有的。它显然没有做它应该做的,甚至崩溃了。有什么问题还是有任何其他工具可以帮助我在 BASH 中解析 XML?
:~$ cat test.xml
<project xmlns="http://www.netbeans.org/ns/project/1">
<type>org.netbeans.modules.ant.freeform</type>
</project>
:~$ xmllint --xpath '//type/text()' test.xml
Segmentation fault (core dumped)
:~$ xmllint --xpath '//type' test.xml
XPath set is empty