dbertoni 2003/03/04 14:35:14 Modified: c/xdocs/sources/xalan extensions.xml Log: Clarified documentation regarding installing external global functions. Revision Changes Path 1.17 +1 -1 xml-xalan/c/xdocs/sources/xalan/extensions.xml Index: extensions.xml =================================================================== RCS file: /home/cvs/xml-xalan/c/xdocs/sources/xalan/extensions.xml,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- extensions.xml 21 Dec 2001 18:13:31 -0000 1.16 +++ extensions.xml 4 Mar 2003 22:35:14 -0000 1.17 @@ -161,7 +161,7 @@ <p><jump href="apidocs/class_xalantransformer.html">XalanTransformer</jump> provides methods for installing and unistalling external functions:</p> <ul> <li>installExternalFunction() makes the function available in the current instance of XalanTransformer. Use uninstallExternalFunction() to remove the function.<br/><br/></li> -<li>installExternalFunctionGlobal() makes the function available globally. Use uninstallExternalFunctionGlobal() to remove the function. The global functions are static. The global install and unistall operations are not thread-safe; the global functions are thread-safe..</li> +<li>installExternalFunctionGlobal() makes the function available globally. Use uninstallExternalFunctionGlobal() to remove the function. The global install and unistall operations are not thread-safe. However, all global functions should be thread-safe, because multiple threads could call a particular function instance at the same time.</li> </ul> <p>These methods include arguments for the namespace, the function name, and the function implementation.</p> <p>When you install an extension function, the function inhabits the namespace you designate. For information about XML namespaces, see <jump href="http://www.w3.org/TR/REC-xml-names/">Namespaces in XML</jump>.</p>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]