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/02/01 17:52:35 UTC

cvs commit: xml-xalan/java/xdocs/sources/xalan resources.xml usagepatterns.xml

dleslie     01/02/01 08:52:35

  Modified:    java/xdocs/sources/xalan resources.xml usagepatterns.xml
  Log:
  Added resource for compatibility api.
  
  Revision  Changes    Path
  1.11      +4 -0      xml-xalan/java/xdocs/sources/xalan/resources.xml
  
  Index: resources.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xalan/resources.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- resources.xml	2001/01/26 15:35:16	1.10
  +++ resources.xml	2001/02/01 16:52:31	1.11
  @@ -80,6 +80,10 @@
               title="TRaX (Transformation API for XML)" 
               location="apidocs/javax/xml/transform/trax.html"/>
               
  +  <resource id="compatapi"
  +            title="Xalan-Java 1 compatibility Javadoc"
  +            location="compat_apidocs/index.html"/>
  +            
     <human-resource id="xalandev" 
                     name="Xalan Development Mailing List" 
                     mailto="xalan-dev@xml.apache.org"/>
  
  
  
  1.26      +1 -1      xml-xalan/java/xdocs/sources/xalan/usagepatterns.xml
  
  Index: usagepatterns.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xalan/usagepatterns.xml,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- usagepatterns.xml	2001/01/26 20:02:54	1.25
  +++ usagepatterns.xml	2001/02/01 16:52:32	1.26
  @@ -449,6 +449,6 @@
   <li>Recompile your application. It it does not compile, you may be using Xalan-Java 1.x API that the compatibility 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 urge 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 compatibility Javadoc</jump>. For example, the compatibility layer does not support the use of Xalan-Java 1.x extensions. If you feel that we should extend our compatibility JAR to support additional Xalan-Java 1.x API calls, please let us know exactly what you would like to see.</p>
  +<p>We urge 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 <resource-ref idref="compatapi"/>. For example, the compatibility layer does not support the use of Xalan-Java 1.x extensions. If you feel that we should extend our compatibility JAR to support additional Xalan-Java 1.x API calls, please let us know exactly what you would like to see.</p>
   </s2>
   </s1>