You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by bu...@apache.org on 2012/12/31 20:00:19 UTC

svn commit: r844453 - in /websites/staging/ode/trunk/content: ./ custom-xpath-functions.html

Author: buildbot
Date: Mon Dec 31 19:00:19 2012
New Revision: 844453

Log:
Staging update by buildbot for ode

Modified:
    websites/staging/ode/trunk/content/   (props changed)
    websites/staging/ode/trunk/content/custom-xpath-functions.html

Propchange: websites/staging/ode/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Dec 31 19:00:19 2012
@@ -1 +1 @@
-1427222
+1427223

Modified: websites/staging/ode/trunk/content/custom-xpath-functions.html
==============================================================================
--- websites/staging/ode/trunk/content/custom-xpath-functions.html (original)
+++ websites/staging/ode/trunk/content/custom-xpath-functions.html Mon Dec 31 19:00:19 2012
@@ -91,7 +91,7 @@
 <p>An extension function is invoked using a name such as <code>prefix:localname()</code>. The prefix must be the prefix associated with a namespace declaration that is in scope.</p>
 <p>Extension functions must be implemented in Java. You bind external Java classes by encoding the class name part in the namespace URI. The URI for the namespace identifies the class where the external function will be found. The namespace URI must be <code>java:</code> followed by the fully-qualified class name; for example <code>xmlns:date="java:java.util.Date"</code>). The class must be on the classpath, or more specifically accessible from the current classloader.</p>
 <div class="alert">
-Saxon 8.x and earlier supported namespace binding with a training ```/``` + the fully-qualified class name; for example ```xmlns:date="http://www.jclark.com/xt/java/java.util.Date"```). This approach is no longer supported in Saxon 9.x and you should now use the ```java:``` prefix.
+Saxon 8.x and earlier supported namespace binding with a training "/" + the fully-qualified class name; for example <code>xmlns:date="http://www.jclark.com/xt/java/java.util.Date"</code>). This approach is no longer supported in Saxon 9.x and you should now use the <code>java:</code> prefix.
 </div>
 
 <div class="codehilite"><pre><span class="nt">&lt;assign&gt;</span>