dleslie     00/10/17 14:57:56

  Modified:    java/xdocs/sources/xalan extensionslib.xml
  Log:
  Updates on Xalan namespace per info form Gary Peskin.
  
  Revision  Changes    Path
  1.5       +2 -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.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- extensionslib.xml 2000/10/17 20:45:34     1.4
  +++ extensionslib.xml 2000/10/17 21:57:56     1.5
  @@ -84,9 +84,8 @@
   </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>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<code>http://xml.apache.org/xalan</code>.</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>
  -<note>You do not need to include an extension-element-prefixes attribute for 
this namespace.</note>
   <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">
  @@ -164,7 +163,7 @@
   <code>nodeset (result-tree-fragment)</code>  casts a result tree fragment 
into a node-set.</p>
   <anchor name="ex-nodeset"/>
   <s3 title="Example with the nodeset extension function">
  -<p>The following stylesheet uses the nodeset() extension function to cast a 
result tree fragment into a node-set. It uses the http://xml.apache.org/xalan 
namespace to provide access to nodeset(), a method in 
xml.apache.xalan.lib.Extensions.</p>
  +<p>The following stylesheet uses the nodeset extension function to cast a 
result tree fragment into a node-set that can then be navigated in standard 
XPath manner. It uses the http://xml.apache.org/xalan namespace to provide 
access to the nodeset() method in xml.apache.xalan.lib.Extensions.</p>
   <source>&lt;?xml version="1.0"?&gt;
   &lt;xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
version="1.0"
                   xmlns:xalan="http://xml.apache.org/xalan";
  
  
  

Reply via email to