开发者

GDataXML - xpath min function not found

开发者 https://www.devze.com 2023-03-31 09:02 出处:网络
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开发者_运维百科 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.


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消