是否有与 XPathEvaluate 类似的 Linq 函数,但用于 XQuery 表达式而不是 XPath?
.Net 中的 Linq to Xml 库具有扩展方法 XPathEvaluate,它允许通过传递 XPath 表达式来查询 XDocument。但 XPath 比 XQuery 更具限制性。是否有函数 XQueryEvaluate ?如果框架中不存在这个,您知道外部库吗?
The Linq to Xml library in .Net has the extension method XPathEvaluate which allows to query an XDocument by passing an XPath expression. But XPath is more restrictive than XQuery. Is there a function XQueryEvaluate ? If this does not exist in the framework, do you know of an external library?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Saxon-HE(有 .net 版本)或 XQSharp(商业)。
Saxon-HE (there is a .net version) or XQSharp (commercial).