dleslie     00/12/01 12:05:57

  Modified:    xdocs/sources/xalan DONE
  Log:
  Fixed use of -lxcin and -lxcout flags.
  
  Revision  Changes    Path
  1.41      +1 -1      xml-xalan/xdocs/sources/xalan/DONE
  
  Index: DONE
  ===================================================================
  RCS file: /home/cvs/xml-xalan/xdocs/sources/xalan/DONE,v
  retrieving revision 1.40
  retrieving revision 1.41
  diff -u -r1.40 -r1.41
  --- DONE      2000/11/30 15:00:34     1.40
  +++ DONE      2000/12/01 20:05:56     1.41
  @@ -1,6 +1,6 @@
   <s3 title="Changes since &xslt4j; version 1.2.1">
   <ul>
  -  <li>Dmitry Voytenko submitted a fix for a bug (a "not serializable 
exception") that occurred when using the command-line utility to set stylesheet 
parameters with a compiled stylesheet. Accordingly, it is now possible to 
compile a stylesheet with the command-line utility <code>-lxcin</code> flag and 
then set a stylesheet parameter and perform a transformation using the 
<code>-lxcout</code> and <code>-param</code> flags. See <link 
idref="commandline" anchor="compiledstylesheet">Using a compiled 
stylesheet</link>.<br/><br/></li>
  +  <li>Dmitry Voytenko submitted a fix for a bug (a "not serializable 
exception") that occurred when using the command-line utility to set stylesheet 
parameters with a compiled stylesheet. Accordingly, it is now possible to 
compile a stylesheet with the command-line utility <code>-lxcout</code> flag 
and then set a stylesheet parameter and perform a transformation using the 
<code>-lxcin</code> and <code>-param</code> flags. See <link 
idref="commandline" anchor="compiledstylesheet">Using a compiled 
stylesheet</link>.<br/><br/></li>
     <li>Working with Gary Peskin, Myriam Midy and Scott Boag have added two 
XSLTProcessor methods and modified the behavior of an existing XSLTProcessor 
method.<br/><br/>
   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 clearing stylesheet parameter 
settings, we have added two methods:<br/><br/></li>
     <ul>
  
  
  

Reply via email to