GDataXML - 未找到 xpath min 函数
我想在我的应用程序中使用 xpath min 函数,但它似乎没有注册。 有什么办法可以让它发挥作用吗? 如果有什么东西可以帮助我避免代码混乱,我不想创建循环。
我正在使用 libxml2、ios sdk 4.3
任何帮助将不胜感激。
I want to use xpath min function in my app, but it seems it's not registered.
Is there any way I could get it to work?
I don't want to create loops if there's something that could help me avoid clutter in code.
I'm using and libxml2, ios sdk 4.3
Any help will be appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
XPath 2.0 定义了 min 函数,请参阅 http://www.w3.org/ TR/xpath-functions/#func-min。如果您使用 XPath 1.0 实现,则不支持 min 函数,请参阅 http ://www.dpawson.co.uk/xsl/sect2/N5121.html#d6613e292 了解如何找到XPath 1.0 的最小值。
XPath 2.0 defines a min function, see http://www.w3.org/TR/xpath-functions/#func-min. If you use an XPath 1.0 implementation then the min function is not supported, see http://www.dpawson.co.uk/xsl/sect2/N5121.html#d6613e292 on how to find a minumum with XPath 1.0.