dleslie     00/03/17 09:30:29

  Modified:    xdocs/sources/xalan samples.xml
  Log:
  Clarified that SAX parser uses lexical handler to parse XML source.
  
  Revision  Changes    Path
  1.15      +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.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- samples.xml       2000/03/17 16:45:03     1.14
  +++ samples.xml       2000/03/17 17:30:28     1.15
  @@ -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