You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by am...@apache.org on 2002/06/29 15:01:24 UTC

cvs commit: xml-xalan/java/xdocs/sources/xalan xsltc_constraints.xml

amiro       2002/06/29 06:01:24

  Modified:    java/xdocs/sources/xalan xsltc_constraints.xml
  Log:
  fix typo in SmartTransormerFactoryImpl pointed out by Tobias McNulty
  
  Revision  Changes    Path
  1.35      +1 -1      xml-xalan/java/xdocs/sources/xalan/xsltc_constraints.xml
  
  Index: xsltc_constraints.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xalan/xsltc_constraints.xml,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -r1.34 -r1.35
  --- xsltc_constraints.xml	13 Jun 2002 14:47:24 -0000	1.34
  +++ xsltc_constraints.xml	29 Jun 2002 13:01:24 -0000	1.35
  @@ -132,7 +132,7 @@
   processors within your application. It uses Xalan to create your 
    <code>Transformer</code> objects, and uses XSLTC to create your <code>Templates</code> objects.</p>
   <p>To use the switch, you set the TrAX system property,
  -<code>javax.xml.transform.TransformerFactory</code>, to <code>org.apache.xalan.xsltc.trax.SmartTransformerImpl</code>. 
  +<code>javax.xml.transform.TransformerFactory</code>, to <code>org.apache.xalan.xsltc.trax.SmartTransformerFactoryImpl</code>. 
   For one-time transformations or transformations that require extensions supported by Xalan, and not XSLTC,
   you would use Transformer objects. For a repeated transformation where performance is critical, you would 
   use Templates objects.</p> 
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org