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 中选择节点的基于字符串的方法
我知道 XPATH,我正在寻找替代方案
我想要的是 JQuery/CSS-selector 风格的 XML 遍历和节点选择。有没有像.NET 这样的库?最好是开源的。
好的,我找到了自己的答案:
GitHub 上的开源CsQuery 可以满足我的需要。
Linq to XML非常擅长。它比 jquery imho 更自然。