dleslie     00/03/17 09:32:22

  Modified:    xdocs/sources/xalan Tag: Bxalan_1_0_0 samples.xml
  Log:
  Clarified that SAX parser uses lexical handler to parse XML source.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.8.2.5   +1 -1      xml-xalan/xdocs/sources/xalan/samples.xml
  
  Index: samples.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/xdocs/sources/xalan/samples.xml,v
  retrieving revision 1.8.2.4
  retrieving revision 1.8.2.5
  diff -u -r1.8.2.4 -r1.8.2.5
  --- samples.xml       2000/03/17 16:42:14     1.8.2.4
  +++ samples.xml       2000/03/17 17:32:22     1.8.2.5
  @@ -147,7 +147,7 @@
       <s2 title="PureSAX">
       <p>What it does: The PureSAX class uses SAX DocumentHandlers and the 
Xerces SAX parser to produce a stylesheet tree, 
       an XML input tree, and the transformation result tree. The SAX parser 
uses the XSLT processor to set a lexical handler,
  -    which enables the parser to include "lexical" content, such as comment 
nodes.</p>
  +    which enables the parser to include "lexical" events in the XML source, 
such as the occurrence of comment nodes.</p>
       <p>Run this sample from the PureSax subdirectory with</p> 
       <p><code>java PureSAX</code></p>    
       </s2><anchor name="extensions"/>
  
  
  

Reply via email to