dleslie     01/08/01 13:14:37

  Modified:    java/xdocs/sources/xalan samples.xml
  Added:       java/xdocs/sources/xalan xmlfilters.gif
  Log:
  Added Todd Miller diagram for UseXMLFilters.
  
  Revision  Changes    Path
  1.36      +3 -2      xml-xalan/java/xdocs/sources/xalan/samples.xml
  
  Index: samples.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xalan/samples.xml,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -r1.35 -r1.36
  --- samples.xml       2001/07/17 15:20:27     1.35
  +++ samples.xml       2001/08/01 20:14:37     1.36
  @@ -142,8 +142,9 @@
       </s2><anchor name="usexmlfilters"/>
       <s2 title="UseXMLFilters">
       <p>What it does: Chains together the same transformations as the 
preceding Pipe sample. Using each Transformer
  -     object as an extension of the SAX XMLFilter interface, sets the 
XMLReader as the parent of Transformer1,
  -     Transformer1 as the parent of Transformer2, and Transformer2 as the 
parent of of Transformer3.</p>
  +     object as an extension of the SAX XMLFilter interface, sets the 
XMLReader as the parent of filter1,
  +     filter1 as the parent of filter2, and filter2 as the parent of of 
filter3.</p>
  +     <p><img src="xmlfilters.gif" alt="xmlfilters.gif"/></p>
         <p>Run this sample from the UseXMLFilters subdirectory with</p>
      <p><code>java UseXMLFilters</code></p>
       </s2><anchor name="applyxpath"/>
  
  
  
  1.1                  xml-xalan/java/xdocs/sources/xalan/xmlfilters.gif
  
        <<Binary file>>
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to