curcuru 01/06/27 12:52:17 Modified: . README README.html Log: Updates to explain the three separate xalan projects (-J 1.x, -J 2.x, -C 1.x) and where they live Revision Changes Path 1.17 +26 -0 xml-xalan/README Index: README =================================================================== RCS file: /home/cvs/xml-xalan/README,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- README 2000/10/13 17:34:00 1.16 +++ README 2001/06/27 19:52:14 1.17 @@ -1,5 +1,31 @@ README for xml-xalan project at xml.apache.org +The Xalan project is an XSLT processor that fully supports the W3C specs. + +The Xalan community currently has *three* major processors in this CVS repository: + +--> xml-xalan/* is the root of the Xalan-J 1.x project, which is no longer supported. +The last shipped release was Xalan-J 1.2.2 which is available at http://xml.apache.org/xalan-j/dist/old +We plan to remove this source code since all future work is on Xalan-J 2.x + +--> xml-xalan/java is the root of the Xalan-J 2.x project, which is in active development (Jun-01). +The last shipped release is Xalan-J 2.1.0 which is available at http://xml.apache.org/xalan-j/dist +Please see further readme files in that directory. + +For more information about Xalan-J, ask on our mailing lists; +mailto:[EMAIL PROTECTED] or see http://xml.apache.org/mail.html + + +--> xml-xalan/c is the root of the Xalan-C 1.x project, which is in active development (Jun-01). +The last shipped release is Xalan-C 1.1 which is available at http://xml.apache.org/xalan-j/dist +Please see further readme files in that directory. + +For more information about Xalan-C, ask on our mailing lists; +mailto:[email protected] or see http://xml.apache.org/mail.html + + + +---- (outdated) notes pre-June-01 ---- -- This Xalan build is 1.2. It is compatible with Xerces 1.1.3 1.2 +10 -2 xml-xalan/README.html Index: README.html =================================================================== RCS file: /home/cvs/xml-xalan/README.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- README.html 2000/03/06 14:33:27 1.1 +++ README.html 2001/06/27 19:52:15 1.2 @@ -6,8 +6,16 @@ </title> </head> <body> -<meta content="0; URL=docs\overview.html" http-equiv="Refresh"> - Redirecting to <a href="overview.html">Xalan Overview</a> +<h1>Xalan project at xml.apache.org</h1> +<h3>IMPORTANT NOTE:</h3> +<p>The xml-xalan CVS repository supports three projects: please see the appropriate +readme files for each separate project:</p> +<ul> +<li><a href="README">Xalan-J 1.x text readme</a></li> +<li><a href="java/readme.html">Xalan-J 2.x documentation readme</a></li> +<li><a href="c/README">Xalan-C 1.x text readme</a></li> +</ul> +<p>Or, for Xalan-J 1.x (deprecated) documentation, see <a href="overview.html">Xalan Overview</a></p> </body> </html>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
