GDataXML - 未找到 xpath min 函数

发布于 2024-12-02 02:55:23 字数 139 浏览 2 评论 0原文

我想在我的应用程序中使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

土豪我们做朋友吧 2024-12-09 02:55:23

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文