You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by dl...@locus.apache.org on 2000/11/10 19:06:06 UTC

cvs commit: xml-xalan/xdocs/sources/xalan DONE index.xml

dleslie     00/11/10 10:06:06

  Modified:    xdocs/sources/xalan DONE index.xml
  Log:
  Updates fo Xalan-J 1.2.1
  
  Revision  Changes    Path
  1.28      +2 -3      xml-xalan/xdocs/sources/xalan/DONE
  
  Index: DONE
  ===================================================================
  RCS file: /home/cvs/xml-xalan/xdocs/sources/xalan/DONE,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- DONE	2000/11/10 17:48:07	1.27
  +++ DONE	2000/11/10 18:06:06	1.28
  @@ -4,9 +4,8 @@
   <li>Gary Peskin posted fixes to the node-set extension function.<br/><br/></li>
   <li>Benoit Cerrina submitted a Tokezenizer extension function.<br/><br/></li>
   <li>We fixed a bug in which a global variable was declared to be out of scope when referenced by another variable.<br/><br/></li>
  -<li>We also fixed a bug evaluating global variables in SAX processing.<br/><br/></li>
  -<li>We fixed a bug in which the default XSLT processor was failing to shift to a Xerces DOM parser to process DOM input.<br/><br/></li>
  +<li>We also fixed a bug evaluating global variables when processing SAX input.<br/><br/></li>
  +<li>We fixed a bug in which the default XSLT processor was failing to shift to the Xerces liaison and DOM parser to process DOM input.<br/><br/></li>
   <li>Ritesh Kumar submitted a fix to the sample servlet to correctly obtain the server port from the HttpServletRequest object.<br/><br/></li>   
   </ul>
  -
   </s3>
  
  
  
  1.12      +1 -1      xml-xalan/xdocs/sources/xalan/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/xdocs/sources/xalan/index.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- index.xml	2000/11/10 17:48:07	1.11
  +++ index.xml	2000/11/10 18:06:06	1.12
  @@ -64,7 +64,7 @@
       is a complete and robust implementation of the W3C Recommendations for XSL Transformations (XSLT) and the XML Path Language
       (XPath).</p>
       <p>Xalan can be used from the command line, in an applet or a servlet, or as a module in other program. By default, it uses the Xerces XML parser, but it can interface to any XML parser that conforms to the DOM level 2 or SAX level 1 specification.</p>
  -   <p>This release incorporates a number of performance enhancements and bug fixes, including patches submitted to the <human-resource-ref idref="xalandev"/>. For example, we have added support for new extension functions and we have fixed a couple of bugs pertaining to the evaluation of vairables. For the details, see <link idref="readme">Release Notes</link>.</p>
  +   <p>This release incorporates a number of performance enhancements and bug fixes, including patches submitted to the <human-resource-ref idref="xalandev"/>. For example, we have added support for new extension functions, and we have fixed a couple of bugs pertaining to the evaluation of variables. For the details, see <link idref="readme">Release Notes</link>.</p>
   	</s2>
     
     <s2 title="How do I get it?">