[
https://issues.apache.org/jira/browse/JXPATH-132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Emmanuel Bourg updated JXPATH-132:
----------------------------------
Priority: Minor (was: Blocker)
Issue Type: Improvement (was: Bug)
Summary: "ends-with" XPath function is not implemented (although
"starts-with" is) (was: "ends-with" XPath function is not implemented
(although "starts-with" is) )
ends-with is defined in XPath 2.0, and JXPath implements only XPath 1.0. It's
possible to work around this issue with the substring and length functions.
http://docs.openlinksw.com/virtuoso/xpf_ends_with.html
http://bytes.com/topic/xml/answers/726552-xpath-query-ends
> "ends-with" XPath function is not implemented (although "starts-with" is)
> -------------------------------------------------------------------------
>
> Key: JXPATH-132
> URL: https://issues.apache.org/jira/browse/JXPATH-132
> Project: Commons JXPath
> Issue Type: Improvement
> Affects Versions: 1.3
> Reporter: Jens
> Priority: Minor
> Fix For: post-1.3
>
>
> XPathParser does not have handler for ends-with function. Also,
> XPathParserConstants does not contain a function constant so this probably
> was never implemented.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.