You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by bu...@apache.org on 2016/05/30 11:52:15 UTC

svn commit: r989567 - in /websites/staging/jena/trunk/content: ./ documentation/query/library-function.html

Author: buildbot
Date: Mon May 30 11:52:15 2016
New Revision: 989567

Log:
Staging update by buildbot for jena

Modified:
    websites/staging/jena/trunk/content/   (props changed)
    websites/staging/jena/trunk/content/documentation/query/library-function.html

Propchange: websites/staging/jena/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon May 30 11:52:15 2016
@@ -1 +1 @@
-1746107
+1746108

Modified: websites/staging/jena/trunk/content/documentation/query/library-function.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/query/library-function.html (original)
+++ websites/staging/jena/trunk/content/documentation/query/library-function.html Mon May 30 11:52:15 2016
@@ -214,12 +214,12 @@ for compatibility.</p>
 <tr>
 <td><code>afn:localname(?x)</code></td>
 <td>The local name of ?x</td>
-<td>`REPLACE(STR(?x), "^(.*)(/\</td>
+<td><code>REPLACE(STR(?x), "^(.*)(/&amp;#124;#)([^#/]*)$", "$3")</code></td>
 </tr>
 <tr>
 <td><code>afn:namespace(?x)</code></td>
 <td>The namespace of ?x</td>
-<td>`REPLACE(STR(?x), "^(.*)(/\</td>
+<td><code>REPLACE(STR(?x), "^(.*)(/&amp;#124;#)([^#/]*)$", "$1")</code></td>
 </tr>
 </tbody>
 </table>