dleslie 02/02/08 10:17:31 Modified: java/xdocs/sources/xalan getstarted.xml index.xml Log: Added xml-apis.jar to list of requirements and switched "Xalan" to the corresponding entity ref. Revision Changes Path 1.24 +1 -1 xml-xalan/java/xdocs/sources/xalan/getstarted.xml Index: getstarted.xml =================================================================== RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xalan/getstarted.xml,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- getstarted.xml 8 Feb 2002 17:16:49 -0000 1.23 +++ getstarted.xml 8 Feb 2002 18:17:31 -0000 1.24 @@ -19,7 +19,7 @@ <li>&xml4j-jar;, or another <link idref="usagepatterns" anchor="plug">XML Parser</link></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>For the binary distribution, which includes everything required to use and build applications with &xslt4j;, download <resource-ref idref="xslt4j-dist-bin-zip"/> or <resource-ref idref="xslt4j-dist-bin-targz"/>. Both of these files contain <resource-ref idref="xslt4j-current"/> (with xalan.jar) and &xml4j-jar; from <resource-ref idref="xml4j-used"/>. You can use a zip or tar utility to expand these files into a full build.</p> +<p>For the binary distribution, which includes everything required to use and build applications with &xslt4j;, download <resource-ref idref="xslt4j-dist-bin-zip"/> or <resource-ref idref="xslt4j-dist-bin-targz"/>. Both of these files contain <resource-ref idref="xslt4j-current"/> (with xalan.jar and xml-apis.jar) and &xml4j-jar; from <resource-ref idref="xml4j-used"/>. You can use a zip or tar utility to expand these files into a full build.</p> <p>If you want the &xslt4j; source files, download <resource-ref idref="xslt4j-dist-src-zip"/> or <resource-ref idref="xslt4j-dist-src-targz"/>. After you expand these files into the complete source tree, you can use <resource-ref idref="ant"/> to do your own builds. For more information, see <link idref="readme" anchor="build">Build notes</link>.</p> <p>If you plan to run <link idref="extensions">XSLT extensions</link>, you need bsf.jar, which is 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> 1.47 +1 -1 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.46 retrieving revision 1.47 diff -u -r1.46 -r1.47 --- index.xml 8 Feb 2002 15:56:32 -0000 1.46 +++ index.xml 8 Feb 2002 18:17:31 -0000 1.47 @@ -94,7 +94,7 @@ <s2 title="Where do I get Xerces?"> <p>The &xslt4j; download includes &xml4j-jar; from &xml4j-used;. In conjunction with xml-apis.jar, this is all you need to run &xslt4j; with - the &xml4j; XML parser. You can, however, download the complete Xerces binary or source distribution from the + the &xml4j; XML parser. You can, however, download the complete &xml4j; binary or source distribution from the <resource-ref idref="xml4j-distdir"/>.</p> <note>If you plan to use a different XML parser, see <link idref="usagepatterns" anchor="plug">Plugging in a Transformer and XML parser</link>.</note>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
