garyp       00/12/07 23:59:38

  Modified:    java/xdocs/sources/xalan extensionslib.xml
  Log:
  Clarify usage of Xalan namespace.
  
  Revision  Changes    Path
  1.7       +3 -3      xml-xalan/java/xdocs/sources/xalan/extensionslib.xml
  
  Index: extensionslib.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xalan/extensionslib.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- extensionslib.xml 2000/10/18 12:50:31     1.6
  +++ extensionslib.xml 2000/12/08 07:59:38     1.7
  @@ -83,9 +83,9 @@
   extensions in an extensions library distributed with &xslt4j;. If you have 
ideas and/or contributions you would like to make, please email us at the 
<human-resource-ref idref="xalandev"/>.</p>
   </s2><anchor name="xalanns"/>
   <s2 title="Xalan namespace">
  -<p>Where it makes sense, we are placing the new Xalan extensions in the 
org.apache.xalan.lib.Extensions class, and (strictly for ease of use) we have 
defined a namespace for this class:</p>
  +<p>Where it makes sense, we are placing the new Xalan extensions in the 
org.apache.xalan.lib.Extensions class and we have defined a namespace for this 
class:</p>
   <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>http://xml.apache.org/xalan</code></p>
  -<p>To call any of the extensions implemented in 
org.apache.xalan.lib.Extensions, you can define this namespace in your 
stylesheet element, and call the extension using the namespace prefix you have 
associated with that namespace.</p>
  +<p>If you are calling &xslt4j;-supplied extensions, we recommend that you 
define this namespace in your stylesheet element, and call the extension using 
the namespace prefix that you have associated with that namespace. That way, if 
we later reorganize how the &xslt4j;-supplied extensions are stored, you won't 
have to modify your stylesheet.</p>
   <p>For an example that uses this namespace, see <link 
anchor="ex-nodeset">Example with the nodeset extension function</link>.</p>
   </s2><anchor name="redirect"/>
   <s2 title= "Redirect">
  @@ -306,4 +306,4 @@
   <p><em>To be done.</em> Tokenizes a string, treats each token as a DOM Text 
node, and executes the
   sub-template.</p>
   </s2>
  -</s1>
  \ No newline at end of file
  +</s1>
  
  
  

Reply via email to