XPath and XSLT 2.0 for .NET? [closed]
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: .NET 3.5 doesn't completely support XPATH 2.0 or XSLT 2.0, which is just too bad. Does anyone know if these two will be included and fully supported in any future .NET versions? 回答1: I don't think they'll add support for XPath 2.0 or XSLT 2.0 any time soon. However, you shouldn't feel bad if these are not part of the BCL, as long as you have 3rd party implementations available: Saxon : XPath 3.1, XQuery 3.1, XSLT 3.0 XmlPrime : XPath 3.1, XQuery 3.1, XSLT 2.0 QueryMachine : XPath 2.0, XQuery 1.0 Lightweight XPath2 for .NET : XPath 2.0 Exselt