dleslie 01/02/20 06:06:52
Modified: targets/xalan getstarted.html index.html Log: Updated links to distribution files. Revision Changes Path 1.16 +1 -1 xml-site/targets/xalan/getstarted.html Index: getstarted.html =================================================================== RCS file: /home/cvs/xml-site/targets/xalan/getstarted.html,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- getstarted.html 2000/12/01 22:30:19 1.15 +++ getstarted.html 2001/02/20 14:06:49 1.16 @@ -68,7 +68,7 @@ <LI>xerces.jar</LI> </UL> <P>You can get the JDK or JRE from <A href="http://www.ibm.com/java/jdk">ibm.com/java/jdk/</A> or <A href="http://www.java.sun.com">java.sun.com</A>.</P> -<P>Download <A href="http://xml.apache.org/dist/xalan-j/xalan-j_1_2_2.zip" target="_top">xalan-j_1_2_2.zip</A> or <A href="http://xml.apache.org/dist/xalan-j/xalan-j_1_2_2.tar.gz" target="_top">xalan-j_1_2_2.tar.gz</A>. Both of these files contain <A href="http://xml.apache.org/xalan" target="_top">Xalan-Java version 1.2.2</A> (with xalan.jar) and xerces.jar from <A href="http://xml.apache.org/xerces-j/index.html" target="_top">Xerces-Java version 1.2.2</A>. You can use a zip or tar utility to expand these files into a full build.</P> +<P>Download <A href="http://xml.apache.org/dist/xalan-j/old/xalan-j_1_2_2.zip" target="_top">xalan-j_1_2_2.zip</A> or <A href="http://xml.apache.org/dist/xalan-j/old/xalan-j_1_2_2.tar.gz" target="_top">xalan-j_1_2_2.tar.gz</A>. Both of these files contain <A href="http://xml.apache.org/xalan" target="_top">Xalan-Java version 1.2.2</A> (with xalan.jar) and xerces.jar from <A href="http://xml.apache.org/xerces-j/index.html" target="_top">Xerces-Java version 1.2.2</A>. You can use a zip or tar utility to expand these files into a full build.</P> <P>If you plan to run <A href="extensions.html">XSLT extensions</A>, you need bsf.jar, which is included in the Xalan-Java 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 <A href="extensions.html#supported-lang">extensions language requirements</A>.</P> </FONT></TD></TR></TABLE><BR><A name="classpath"><!--anchor--></A> 1.17 +2 -2 xml-site/targets/xalan/index.html Index: index.html =================================================================== RCS file: /home/cvs/xml-site/targets/xalan/index.html,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- index.html 2001/02/02 21:50:45 1.16 +++ index.html 2001/02/20 14:06:50 1.17 @@ -68,8 +68,8 @@ <TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="666699" colspan="2" width="494"><TABLE border="0" cellpadding="0" cellspacing="0" width="494"><TR><TD bgcolor="#039acc" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#039acc" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#039acc" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#0086b2" width="492"><FONT color="#ffffff" face="arial,helvetica,sanserif" size="+1"><IMG border="0" height="2" hspace="0" src="resources/void.gif" vspace="0" width="2"><B>How do I get it?</B></FONT></TD><TD bgcolor="#017299" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR><TR><TD bgcolor="#0086b2" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD><TD bgcolor="#017299" height="1" width="492"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="492"></TD><TD bgcolor="#017299" height="1" width="1"><IMG border="0" height="1" hspace="0" src="resources/void.gif" vspace="0" width="1"></TD></TR></TABLE></TD></TR><TR><TD width="10"> </TD><TD width="484"><FONT color="#000000" face="arial,helvetica,sanserif"> <P>Download and unzip either of the following:</P> <UL> - <LI><A href="http://xml.apache.org/dist/xalan-j/xalan-j_1_2_2.zip" target="_top">xalan-j_1_2_2.zip</A></LI> - <LI><A href="http://xml.apache.org/dist/xalan-j/xalan-j_1_2_2.tar.gz" target="_top">xalan-j_1_2_2.tar.gz</A></LI> + <LI><A href="http://xml.apache.org/dist/xalan-j/old/xalan-j_1_2_2.zip" target="_top">xalan-j_1_2_2.zip</A></LI> + <LI><A href="http://xml.apache.org/dist/xalan-j/old/xalan-j_1_2_2.tar.gz" target="_top">xalan-j_1_2_2.tar.gz</A></LI> </UL> </FONT></TD></TR></TABLE><BR>
