You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by dl...@locus.apache.org on 2000/03/06 15:02:33 UTC

cvs commit: xml-xalan/samples/PureSAX PureSAX.java

dleslie     00/03/06 06:02:32

  Modified:    samples/PureSAX PureSAX.java
  Log:
  Editorial revisions for gold build.
  
  Revision  Changes    Path
  1.3       +4 -3      xml-xalan/samples/PureSAX/PureSAX.java
  
  Index: PureSAX.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/samples/PureSAX/PureSAX.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- PureSAX.java	2000/03/03 21:59:33	1.2
  +++ PureSAX.java	2000/03/06 14:02:32	1.3
  @@ -67,9 +67,10 @@
   
   /**
    * Run the XSLT processor with SAX input for both the XML input and the stylesheet.
  - * One SAX DocumentHandler produces the stylesheet tree.
  - * Another SAX DocumentHandler produces the
  - * This sample uses some functionality in the processor object (XSLTEngineImpl)
  + * SAX DocumentHandlers are used to produce the stylesheet tree, the XML input tree, 
  + * and the transformation result tree.
  + * 
  + * Note: This sample uses some functionality in the processor object (XSLTEngineImpl)
    * that is not exposed through the XSLTProcessor interface.
    */
   public class PureSAX