dleslie     99/12/17 12:59:10

  Modified:    docs     book.xml javadocOverview.xml overview.xml
  Log:
  Changed XSLT4J to Xalan
  
  Revision  Changes    Path
  1.2       +2 -2      xml-xalan/docs/book.xml
  
  Index: book.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/docs/book.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- book.xml  1999/11/08 21:45:10     1.1
  +++ book.xml  1999/12/17 20:59:09     1.2
  @@ -26,7 +26,7 @@
    *    Alternately, this acknowledgment may appear in the software itself,
    *    if and wherever such third-party acknowledgments normally appear.
    *
  - * 4. The names "Xalan" and "Apache Software Foundation" must
  + * 4. The names Xalan and "Apache Software Foundation" must
    *    not be used to endorse or promote products derived from this
    *    software without prior written permission. For written 
    *    permission, please contact [EMAIL PROTECTED]
  @@ -57,7 +57,7 @@
    * <http://www.apache.org/>.
    -->
    
  -<book title="XSLT4J User's Guide"
  +<book title="&xslt4j; User's Guide"
         author="Don Leslie"
         copyright="1999 The Apache Software Foundation"
         date="8-November-1999">
  
  
  
  1.2       +1 -1      xml-xalan/docs/javadocOverview.xml
  
  Index: javadocOverview.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/docs/javadocOverview.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- javadocOverview.xml       1999/11/08 21:45:51     1.1
  +++ javadocOverview.xml       1999/12/17 20:59:09     1.2
  @@ -77,7 +77,7 @@
        <resource-ref idref="SAX"/> <resource-ref 
idref="SAXDocumentHandler"/>.</p>
        <p>The XSLT and XPath engines are independent from any given DOM or XML 
implementation. All parser-dependent calls are
        funneled through the XMLParserLiaison.</p>
  -     <p>For an introduction to the use of XSLT4J to transform XML documents, 
see <jump href="../api.xml-index.html">
  +     <p>For an introduction to the use of &xslt4j; to transform XML 
documents, see <jump href="../api.xml-index.html">
        API Overview</jump>.</p>
        </s2>
   
  
  
  
  1.6       +4 -4      xml-xalan/docs/overview.xml
  
  Index: overview.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/docs/overview.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- overview.xml      1999/12/16 20:57:27     1.5
  +++ overview.xml      1999/12/17 20:59:09     1.6
  @@ -58,11 +58,11 @@
    * <http://www.apache.org/>.
    -->
    
  -<s1 title="XSLT4J Overview">
  +<s1 title="&xslt4j; Overview">
      &resources;   
     <s2 title="Introduction">
  -    <p>Xalan (named after a rare musical instrument) provides high- 
  -      performance XSL stylesheet processing. Xalan fully implements the W3C 
  +    <p>&xslt4j; (named after a rare musical instrument) provides high- 
  +      performance XSL stylesheet processing. &xslt4j; fully implements the 
W3C 
         XSLT recommendation. The stylesheet processor is feature rich and 
         robust. 
       </p>
  @@ -105,7 +105,7 @@
         an output DOM, or an XML result document based on the transformations 
specified in the 
         XSL stylesheet.</p>
         </s2>
  -       <s2 title="XSLT4J Features">
  +       <s2 title="&xslt4j; Features">
            <ul> 
                    <li>Implements the <resource-ref 
idref="xsl-draft-used"/>.</li> 
          <li>Uses &xml4j;></li>
  
  
  

Reply via email to