dleslie     00/04/10 12:00:23

  Modified:    xdocs/sources/xalan Tag: Bxalan_1_0_0 resources.xml
                        getstarted.xml
  Log:
  Distribution files moved to dist/xalan-j.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.7.2.3   +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.7.2.2
  retrieving revision 1.7.2.3
  diff -u -r1.7.2.2 -r1.7.2.3
  --- resources.xml     2000/03/17 12:46:46     1.7.2.2
  +++ resources.xml     2000/04/10 19:00:22     1.7.2.3
  @@ -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.6.2.6   +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.6.2.5
  retrieving revision 1.6.2.6
  diff -u -r1.6.2.5 -r1.6.2.6
  --- getstarted.xml    2000/04/06 14:17:16     1.6.2.5
  +++ getstarted.xml    2000/04/10 19:00:22     1.6.2.6
  @@ -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"/>
  
  
  

Reply via email to