garyp 01/05/31 23:35:05 Modified: java/xdocs/sources/xalan extensions.xml Log: Clarify format for declaring extension namespaces as the xalan: scheme evolves. Revision Changes Path 1.17 +1 -1 xml-xalan/java/xdocs/sources/xalan/extensions.xml Index: extensions.xml =================================================================== RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xalan/extensions.xml,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- extensions.xml 2001/04/27 20:03:27 1.16 +++ extensions.xml 2001/06/01 06:35:04 1.17 @@ -471,7 +471,7 @@ <br/>Examples: <code>xmlns:my-package="xalan://java.util"</code> <br/> <code>xmlns:my-package="xalan://mypackage"</code></p> <p><em>Java format:</em> <code>xmlns:java="http://xml.apache.org/xslt/java"</code></p> -<note>Although the namespace declarations for the class and package formats are shown with the xalan:// prefix, the current implementation for those formats will simply use the string to the right of the rightmost forward slash as the Java class name. This format is shown in order to comply with W3C recommendations for namespace declarations.</note> +<note>Although the namespace declarations for the class and package formats are shown with the xalan:// prefix, the current implementation for those formats will simply use the string to the right of the rightmost forward slash as the Java class name. This format, however, is the preferred format for extension namespace declarations.</note> <note>The class: prefix which was sometimes required in earlier versions of &xslt4j; is no longer required.</note> <note>These formats are also available when coding the src attribute of the lxslt:script element as explained in <link anchor="setup-script">Set up the lxslt:script element</link>.</note> </s3>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
