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...@locus.apache.org on 2000/04/10 20:55:24 UTC

cvs commit: xml-xalan/xdocs/sources/xalan resources.xml index.xml getstarted.xml

dleslie     00/04/10 11:55:24

  Modified:    xdocs/sources/xalan resources.xml index.xml getstarted.xml
  Log:
  Distribution files moved to dist/xalan-j.
  
  Revision  Changes    Path
  1.10      +4 -7      xml-xalan/xdocs/sources/xalan/resources.xml
  
  Index: resources.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/xdocs/sources/xalan/resources.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- resources.xml	2000/03/17 12:49:41	1.9
  +++ resources.xml	2000/04/10 18:55:23	1.10
  @@ -14,9 +14,9 @@
   <resources>
   &apiResources;
    	
  -  <resource id="Xalan-current" title="Xalan-Java 0.19.4 XSLT Processor" location="http://xml.apache.org/xalan"/>
  -    <resource id="Xalan-dist" title="Xalan distribution" location="http://xml.apache.org/dist/"/>
  -    <resource id="LotusXSL-current" title="LotusXSL 0.19.4" location="http://www.alphaworks.ibm.com/tech/LotusXSL"/>   
  +  <resource id="Xalan-current" title="Xalan-Java 1.0.1 XSLT Processor" location="http://xml.apache.org/xalan"/>
  +    <resource id="Xalan-dist" title="Xalan distribution" location="http://xml.apache.org/dist/xalan-j/"/>
  +    <resource id="LotusXSL-current" title="LotusXSL 1.0.0" location="http://www.alphaworks.ibm.com/tech/LotusXSL"/>   
   	
    <resource id="ApacheLicense" title="The Apache Software License, Version 1.1" location="http://xml.apache.org/dist/LICENSE.txt"/>
   	
  @@ -24,10 +24,7 @@
     
     <resource id="Installation" title="Installing Xalan" location="install.html"/>
      <resource id="CommandLineUtility" title="Xalan Command-Line Utility" location="commandline.html"/>
  -  
  -  <resource id="Demo" title="Xalan Browser Demo" location="http://xml.apache.org/xalan/XMLViewer.htm"/>
  -
  -  
  + 
     <resource id="XSLT" title="W3C Recommendation 16 November 1999 XSL Transformations (XSLT) Version 1.0" location="http://www.w3.org/TR/xslt"/>
     
     <resource id="XPath" title="XML Path Language (XPath) Version 1.0" location="http://www.w3.org/TR/xpath"/>
  
  
  
  1.2       +4 -4      xml-xalan/xdocs/sources/xalan/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/xdocs/sources/xalan/index.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index.xml	2000/04/06 14:32:17	1.1
  +++ index.xml	2000/04/10 18:55:23	1.2
  @@ -72,15 +72,15 @@
     <s2 title="How do I get it?">
       <p>Download and unzip either of the following:</p>
       <ul>
  -      <li><jump href="http://xml.apache.org/dist/xalan-j_1_0_1.zip">xalan-j_1_0_1.zip</jump></li>
  -      <li><jump href="http://xml.apache.org/dist/xalan-j_1_0_1.tar.gz">xalan-j_1_0_1.tar.gz</jump></li>
  +      <li><jump href="http://xml.apache.org/dist/xalan-j/xalan-j_1_0_1.zip">xalan-j_1_0_1.zip</jump></li>
  +      <li><jump href="http://xml.apache.org/dist/xalan-j/xalan-j_1_0_1.tar.gz">xalan-j_1_0_1.tar.gz</jump></li>
       </ul> 
     </s2>
     
     <s2 title="Where do I get the Xerces XML parser?">
       <p>The Xalan dowload includes xerces.jar from Xerces-J 1.0.3. This is all you need to run Xalan. You can, however, download
  -    the complete Xerces distribution from the xml.apache.org <jump href="http://xml.apache.org/dist/">Distribution
  -    directory</jump>.</p>
  +    the complete Xerces distribution from the xml.apache.org <jump href="http://xml.apache.org/dist/xerces-j/">Xerces-J
  +    Distribution directory</jump>.</p>
     </s2>
     <s2 title="What else do I need?">
       <p>You need the Java Development Kit or Java Runtime 1.1.8 or 1.2.2, which you can obtain from <jump
  
  
  
  1.14      +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.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- getstarted.xml	2000/04/06 14:24:25	1.13
  +++ getstarted.xml	2000/04/10 18:55:23	1.14
  @@ -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_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>Download <jump href="http://xml.apache.org/dist/xalan-j/xalan-j_1_0_1.zip">xalan-j_1_0_1.zip</jump> or <jump href="http://xml.apache.org/dist/xalan-j/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"/>