dleslie     00/09/07 12:48:30

  Modified:    java/src/org/apache/xalan/transformer package.html
  Log:
  Editorial updates for javadoc
  
  Revision  Changes    Path
  1.3       +1 -0      
xml-xalan/java/src/org/apache/xalan/transformer/package.html
  
  Index: package.html
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/java/src/org/apache/xalan/transformer/package.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- package.html      2000/09/06 21:23:05     1.2
  +++ package.html      2000/09/07 19:48:27     1.3
  @@ -2,6 +2,7 @@
     <title>Xalan Transformer Package.</title>
     <body>
       <p>In charge of run-time transformations and the production of result 
trees.</p>
  +    
       <p>TransformerImpl implements the TRaX Transformer interface, and 
extends the SAX XMLFilterImpl. It uses a SAX XMLParser to
       parse the XML input and sends parse events to an input SAX 
ContentHandler, org.apache.xalan.stree.SourceTreeHandler, which in
       turn uses org.apache.xalan.utils.DOMBuilder to assemble the input into a 
DOM tree (this step is unnecessary if the XML input
  
  
  

Reply via email to