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...@apache.org on 2001/01/11 23:32:28 UTC

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

dleslie     01/01/11 14:32:28

  Modified:    java/xdocs/sources/xalan DONE index.xml
  Log:
  Updates for 2.0.D07
  
  Revision  Changes    Path
  1.14      +10 -6     xml-xalan/java/xdocs/sources/xalan/DONE
  
  Index: DONE
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xalan/DONE,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- DONE	2001/01/11 18:31:25	1.13
  +++ DONE	2001/01/11 22:32:23	1.14
  @@ -1,9 +1,13 @@
   <s3 title="Changes since &xslt4j; version 2.0.D06">
  -<p>Along with several performance enhancements, we have fixed a number of bugs found by testing and our users in &xslt4j; 2.0.D05:</p>
  -<ul>
  -<li><br/><br/></li>
  -<li><br/><br/></li>
  -<li></li>
  -</ul>
  +<p><em>A new compatability JAR</em></p>
  +<p>This release includes a new JAR -- xalanj1compat.jar, that lets you rebuild your Xalan-Java 1.x applications to run with Xalan-Java 2. As a point of reference, this JAR includes the API required to recompile the Xalan-Java 1.x sample applications and run them with Xalan-Java 2. To use this compability layer with an existing Xalan-Java 1.x application, do the following:</p>
  +<ol>
  +<li>Place xalanj1compat.jar on the system classpath in front of the Xalan-Java 2 xalan.jar.<br/><br/></li>
  +<li>Recompile your application. It it does not compile, you may be using Xalan-Java 1.x API that the compatability layer does not support. <br/><br/></li>
  +<li>Run the recompiled application with xalanj1compat.jar on the system classpath in front of the Xalan-Java 2 xalan.jar.</li>
  +</ol>
  +<p>We want our Xalan-Java 1.x users to start using Xalan-Java 2. That is where we are concentrating our efforts to improve performance and fix any outstanding bugs. To see what portion of the Xalan-Java 1.x API we have included in xalanj1compat.jar, see <jump href="compat_apidocs/index.html">Xalan-Java 1 Compatability Javadoc</jump>. Xalan-Java 1.x extensions, for example, are not covered. If you feel that we should extend our compatablity JAR to support other Xalan-Java 1.x API calls, please let us know exactly what you would like to see.</p>
  +<p><em>Other changes</em></p>
  +<p>Along with several performance enhancements, we have fixed a bug with whitespace handling.</p>
   <p>For a list of tasks in the &xslt4j2; To-Do list that have been completed, see <jump href="todo.html#release-date-completed">Tasks completed</jump>.</p>
   </s3>
  
  
  
  1.16      +2 -2      xml-xalan/java/xdocs/sources/xalan/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xalan/index.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- index.xml	2001/01/11 18:31:28	1.15
  +++ index.xml	2001/01/11 22:32:24	1.16
  @@ -71,8 +71,8 @@
     </s2>
     <s2 title="How about this release?">
       <p>&xslt4j-current; is a beta Developer's release of &xslt4j2;. It represents a stable build that conforms to the XSLT 
  -    and XPath 1.0 specifications, and it includes performance enhancements along with fixes for the bugs we and our users have found 
  -    in &xslt4j; 2.0.D06. For the details, see the <link idref="readme">Release notes</link>. Please send your comments, bug reports, 
  +    and XPath 1.0 specifications.</p>
  +    <p>Along with performance enhancements and bug fixes, this releasse includes a new compatablity layer that lets you rebuild your existing Xalan-Java 1.x applications to work with and take advantage of the performance and conformance enhancements in Xalan-Java 2. For the details, see the <link idref="readme">Release notes</link>. Please send your comments, bug reports, 
       and feedback to the <human-resource-ref idref="xalandev"/>.</p>
     </s2> 
     <s2 title="How do I get it?">