dleslie 00/11/29 07:52:34
Modified: xdocs/sources/xalan DONE Log: Editorial fixes for xalan-j 1.2.2 Revision Changes Path 1.38 +1 -1 xml-xalan/xdocs/sources/xalan/DONE Index: DONE =================================================================== RCS file: /home/cvs/xml-xalan/xdocs/sources/xalan/DONE,v retrieving revision 1.37 retrieving revision 1.38 diff -u -r1.37 -r1.38 --- DONE 2000/11/28 21:58:02 1.37 +++ DONE 2000/11/29 15:52:29 1.38 @@ -1,5 +1,5 @@ <s3 title="Changes since &xslt4j; version 1.2.1"> -<p>When you use XSLTProcessor to perform multiple transformations, you must reset the XSLTProcessor between each transformation. The existing <jump href="apidocs/org/apache/xalan/xslt/XSLTProcessor.html#reset()">reset()</jump> method (with no arguments) also clears all stylesheet parameters that you have set with either of the <jump href="apidocs/org/apache/xalan/xslt/XSLTProcessor.html#setStylesheetParam(java.lang.String, org.apache.xalan.xpath.XObject)">setStylesheetParam()</jump> methods. In response to requests for more control over resetting stylesheet parameters, we have added two methods:</p> +<p>When you use an XSLTProcessor object to perform multiple transformations, you must reset the XSLTProcessor between each transformation. The existing <jump href="apidocs/org/apache/xalan/xslt/XSLTProcessor.html#reset()">reset()</jump> method (with no arguments) also clears all stylesheet parameters that you have set with either of the <jump href="apidocs/org/apache/xalan/xslt/XSLTProcessor.html#setStylesheetParam(java.lang.String, org.apache.xalan.xpath.XObject)">setStylesheetParam()</jump> methods. In response to requests for more control over resetting stylesheet parameters, we have added two methods:</p> <ul> <li>The XSLTProcessor <jump href="apidocs/org/apache/xalan/xslt/XSLTProcessor.html#reset(boolean)">reset(boolean resetParams)</jump> method lets you specify whether stylesheet parameters are to be reset.<br/><br/> If you do not want to reset the stylesheet params, call reset(false). The XSLTProcessor <jump href="apidocs/org/apache/xalan/xslt/XSLTProcessor.html#processStylesheet(org.apache.xalan.xslt.XSLTInputSource)">processStylesheet(XSLTInputSource stylesheet)</jump> method uses this new method to perform a reset without resetting stylesheet parameters.<br/><br/></li>
