dleslie 00/04/06 07:24:26
Modified: xdocs/sources/xalan STATUS readme.xml getstarted.xml
Log:
updated version number to 1.0.1 and fixed doc bugs per
SPR #DLEE4HNTG4
Revision Changes Path
1.8 +1 -1 xml-xalan/xdocs/sources/xalan/STATUS
Index: STATUS
===================================================================
RCS file: /home/cvs/xml-xalan/xdocs/sources/xalan/STATUS,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- STATUS 2000/03/17 12:49:41 1.7
+++ STATUS 2000/04/06 14:24:25 1.8
@@ -1,5 +1,5 @@
<s3 title="Version of Xerces to use">
-<p>Xalan-J version 1.0.0 has been tested with Xerces-j version 1.0.3.
&download; For information about including xerces.jar on the system class path,
see <link idref="getstarted" anchor="classpath">Setting up the system class
path</link>.</p>
+<p>Xalan-J version 1.0.1 has been tested with Xerces-j version 1.0.3.
&download; For information about including xerces.jar on the system class path,
see <link idref="getstarted" anchor="classpath">Setting up the system class
path</link>.</p>
<p><em>Important</em> You may experience unpredictable anomalies if your
Xalan and Xerces builds are not in synch. If you download an update to Xalan,
check the release notes to determine which version of Xerces you should use.</p>
<note>You can use Xalan with other XML parsers, but it is up to you to
implement liaisons to those parsers. Your liaison class should extend
<resource-ref idref="XMLParserLiaisonDefaultDoc"/> and implement <resource-ref
idref="XMLParserLiaisonDoc"/>.</note>
</s3>
1.8 +1 -1 xml-xalan/xdocs/sources/xalan/readme.xml
Index: readme.xml
===================================================================
RCS file: /home/cvs/xml-xalan/xdocs/sources/xalan/readme.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- readme.xml 2000/03/17 12:49:41 1.7
+++ readme.xml 2000/04/06 14:24:25 1.8
@@ -89,7 +89,7 @@
If you want to rebuild xalan.jar, you can do the following:</p>
<ol>
<li>Set up GNU or the equivalent build environment on your
workstation.<br/><br/>
- If you are running Windows 95/98/NT, you can use the Cygwin port of
GNU. Be sure to put the
+ If you are running Windows 95/98/2000/NT, you can use the Cygwin port
of GNU. Be sure to put the
appropriate Cygwin bin directory at the beginning of your system
path. For information about
Cygwin, see <jump
href="http://www.sourceware.cygnus.com/cygwin/">Cygwin</jump>.<br/><br/></li>
<li>Place <resource-ref idref="xerces-used"/> xerces.jar in the Java
class path.<br/><br/></li>
1.13 +1 -1 xml-xalan/xdocs/sources/xalan/getstarted.xml
Index: getstarted.xml
===================================================================
RCS file: /home/cvs/xml-xalan/xdocs/sources/xalan/getstarted.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- getstarted.xml 2000/03/23 16:16:07 1.12
+++ getstarted.xml 2000/04/06 14:24:25 1.13
@@ -18,7 +18,7 @@
<li>xerces.jar</li>
</ul>
<p>You can get the JDK or JRE from <jump
href="http://www.ibm.com/java/jdk">ibm.com/java/jdk/</jump> or <jump
href="http://www.java.sun.com">java.sun.com</jump>.</p>
-<p>Download <jump
href="http://xml.apache.org/dist/xalan-j_1_0_0.zip">xalan-j_1_0_0.zip</jump> or
<jump
href="http://xml.apache.org/dist/xalan-j_1_0_0.tar.gz">xalan-j_1_0_0.tar.gz</jump>.
Both of these files contain &xslt4j; 1.0.0 (with xalan.jar) and xerces.jar
from Xerces-J 1.0.3. You can use a zip or tar utility to expand these files
into a full build.</p>
+<p>Download <jump
href="http://xml.apache.org/dist/xalan-j_1_0_1.zip">xalan-j_1_0_1.zip</jump> or
<jump
href="http://xml.apache.org/dist/xalan-j_1_0_1.tar.gz">xalan-j_1_0_1.tar.gz</jump>.
Both of these files contain &xslt4j; 1.0.1 (with xalan.jar) and xerces.jar
from Xerces-J 1.0.3. You can use a zip or tar utility to expand these files
into a full build.</p>
<p>If you plan to run <link idref="extensions">XSLT extensions</link>, you
need bsf.jar and bsfengines.jar, both of which are included in the &xslt4j;
distribution. If you plan to run XSLT extensions implemented in JavaScript or
another scripting language, you will need one or more additional files as
indicated in <link idref="extensions" anchor="supported-lang">extensions
language requirements</link>.</p>
</s2><anchor name="classpath"/>