Update namespace uri for prefix fn
----------------------------------
Key: JCR-734
URL: https://issues.apache.org/jira/browse/JCR-734
Project: Jackrabbit
Issue Type: Improvement
Components: query
Reporter: Marcel Reutegger
Priority: Minor
Fix For: 1.3
The SearchManager class still uses an outdated namespace uri for the 'fn'
prefix: http://www.w3.org/2004/10/xpath-functions
The prefix should be re-mapped to the now offical namespace:
http://www.w3.org/2005/xpath-functions
See: http://www.w3.org/TR/xquery-operators/#namespace-prefixes
To keep a minimum of backward compatibility, the existing namespace uri should
still exist in the namespace registry, but refer to another prefix. E.g. fn_old.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.