dleslie     00/12/13 07:45:02

  Modified:    c/xdocs/sources/xalan samples.xml
  Log:
  Updates in progress for Xalan-C 1.1
  
  Revision  Changes    Path
  1.15      +2 -2      xml-xalan/c/xdocs/sources/xalan/samples.xml
  
  Index: samples.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/xdocs/sources/xalan/samples.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- samples.xml       2000/12/13 15:38:28     1.14
  +++ samples.xml       2000/12/13 15:45:01     1.15
  @@ -99,8 +99,8 @@
       transformations</link>.</p>
     </s2><anchor name="streamtransform"/>
     <s2 title="StreamTransform">
  -  <p>What it does: The StreamTransform class processes input streams 
containing a stylesheet and an XML document, and
  -   writes the transformation output to an output stream. This sample 
illustrates the process for working with stylesheets and documents that you 
assemble in memory.</p>
  +  <p>What it does: The StreamTransform class processes character array input 
streams containing a stylesheet and an XML document, and
  +   writes the transformation output to a character array output stream. This 
sample illustrates the process for working with stylesheets and documents that 
you assemble in memory.</p>
         <p>You can run it from the SimpleTransform subdirectory with</p>
       <p><code>StreamTransform</code></p>
     </s2><anchor name="usestylesheetparam"/>    
  
  
  

Reply via email to