dleslie     01/01/26 07:35:16

  Modified:    java/xdocs/sources/xalan DONE extensions.xml resources.xml
  Log:
  Info on BSF and modified link (to developerWorks, not alphaWorks).
  
  Revision  Changes    Path
  1.32      +1 -1      xml-xalan/java/xdocs/sources/xalan/DONE
  
  Index: DONE
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xalan/DONE,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- DONE      2001/01/26 14:28:48     1.31
  +++ DONE      2001/01/26 15:35:16     1.32
  @@ -1,5 +1,5 @@
   <s3 title="Changes since &xslt4j; version 2.0.D07">
  -<p>This release includes several bug fixes to the &xslt4j; and TrAX core and 
to the Xalan-Java 1 compatibility API.</p>
  +<p>This release includes several bug fixes to the &xslt4j; and TrAX core and 
to the Xalan-Java 1 compatibility API. We also updated bsf.jar to the 
<resource-ref idref="bsf"/> release candidate 2.2, which fixes a bug running 
JPython extensions.</p>
   <p><em>Core bug fixes:</em></p>
   <ul>
     <li>A threading problem showed up when using multiple processors. We fixed 
it by using a separate XPathContext object to do whitespace node
  
  
  
  1.13      +2 -2      xml-xalan/java/xdocs/sources/xalan/extensions.xml
  
  Index: extensions.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xalan/extensions.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- extensions.xml    2001/01/24 15:36:36     1.12
  +++ extensions.xml    2001/01/26 15:35:16     1.13
  @@ -28,7 +28,7 @@
   <p>XSLT extensions are specified in the <jump 
href="http://www.w3.org/TR/xslt#extension";>XSLT Recommendation</jump>.  This 
document focuses on the &xslt4j; implementation of those requirements, not on 
XSLT extensions in general. For additional information on extensions, consult 
the Recommendation or the other resources listed in <link idref="overview" 
anchor="uptospeed">Getting up to speed with XSLT</link>.</p>
   </s2><anchor name="supported-lang"/>
   <s2 title="Supported languages">
  -<p>Extensions written in Java are directly supported by &xslt4j;.  For 
extensions written in languages other than Java, &xslt4j; uses the <jump 
href="http://www.alphaworks.ibm.com/tech/bsf";>Bean Scripting Framework 
(BSF)</jump>, an architecture for incorporating scripting into Java 
applications and applets. BSF allows an application to take advantage of 
scripting while being independent of any specific scripting language. To date, 
we have tested extensions implemented in JavaScript. Other languages with BSF 
support appear in the table below.</p>
  +<p>Extensions written in Java are directly supported by &xslt4j;.  For 
extensions written in languages other than Java, &xslt4j; uses the 
<resource-ref idref="bsf"/>, an architecture for incorporating scripting into 
Java applications and applets. BSF allows an application to take advantage of 
scripting while being independent of any specific scripting language. To date, 
we have tested extensions implemented in JavaScript. Other languages with BSF 
support appear in the table below.</p>
   <p>BSF requires bsf.jar on the classpath. This JAR file is shipped with 
&xslt4j; and is required only if you have extensions written in languages other 
than Java. The additional JAR files or DLLs required to support extensions 
written in other languages are listed in the table below. These files are 
available from the sources indicated and are not shipped with &xslt4j;.</p>
   <table>
     <tr>
  @@ -50,7 +50,7 @@
       <tr>
       <td>BML<br/><br/></td>
       <td>2.4<br/><br/></td>
  -    <td>bmlall.jar available from 
http://www.alphaWorks.ibm.com/formula/bml<br/><br/></td>
  +    <td>bmlall.jar available from 
http://oss.software.ibm.com/developerworks/projects/bsf<br/><br/></td>
     </tr>
       <tr>
       <td>JPython<br/><br/></td>
  
  
  
  1.10      +3 -0      xml-xalan/java/xdocs/sources/xalan/resources.xml
  
  Index: resources.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xalan/resources.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- resources.xml     2001/01/18 22:01:20     1.9
  +++ resources.xml     2001/01/26 15:35:16     1.10
  @@ -38,6 +38,9 @@
     <resource id="ApacheLicense" 
               title="The Apache Software License, Version 1.1" 
               location="http://xml.apache.org/dist/LICENSE.txt"/>
  +  <resource id="bsf"
  +            title="Bean Scripting Framework (BSF)"
  +            
location="http://oss.software.ibm.com/developerworks/projects/bsf"/>
        
     <resource id="Readme" 
               title="Xalan Repository Release Notes" 
  
  
  

Reply via email to