dleslie     99/12/17 12:52:45

  Modified:    docs     Makefile api.xml resources.xml
  Log:
  Changed XSLT4J to Xalan
  
  Revision  Changes    Path
  1.11      +2 -1      xml-xalan/docs/Makefile
  
  Index: Makefile
  ===================================================================
  RCS file: /home/cvs/xml-xalan/docs/Makefile,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- Makefile  1999/12/13 21:23:50     1.10
  +++ Makefile  1999/12/17 20:52:44     1.11
  @@ -18,6 +18,7 @@
   JITFLAG          := -Djava.compiler=NONE
   XSLTPROCESSOR    = $(APACHE_PKG).xslt.Process
   STYLEBOOK        := Stylebook
  +JAVADOC122       :=$(PATHSEP)jdk122$(PATHSEP)bin$(PATHSEP)javadoc
   
   DOCPREBUILT_LAST = docprebuilt.last
   STYLEBOOK_LAST = stylebook.last
  @@ -83,7 +84,7 @@
                             -in 
$(DOCS_SOURCE)$(PATHSEP)org-apache-xalan-xpath-dtm.xml \
                             -xsl $(DOCS_SOURCE)$(PATHSEP)package.xsl \
                             -out 
$(APACHE_DIR)xpath$(PATHSEP)dtm$(PATHSEP)package.html
  -     $(JAVADOC12)       -classpath "$(EXTRA_CLASSPATH)" -overview 
javadocOverview.html \
  +     $(JAVADOC122)       -classpath "$(EXTRA_CLASSPATH)" -overview 
javadocOverview.html \
                             -sourcepath $(UPDIR)$(PATHSEP)src $(JAVADOC_PKGS) 
-windowtitle Xalan \
                            -d $(DOCS_TARGET)$(PATHSEP)apidocs
        touch $(JAVADOC_LAST)
  
  
  
  1.7       +4 -4      xml-xalan/docs/api.xml
  
  Index: api.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/docs/api.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- api.xml   1999/11/23 23:34:29     1.6
  +++ api.xml   1999/12/17 20:52:45     1.7
  @@ -61,7 +61,7 @@
   <s1 title="&xslt4j; API">
     &resources;
     <s2 title="Introduction">
  -    <p>This document provides an overview of the XSLT4J API. For the details 
(javadoc), see 
  +    <p>This document provides an overview of the &xslt4j; API. For the 
details (javadoc), see 
       <resource-ref idref="APIDocumentation"/>. For a general introduction to 
&xslt4j;, see  
       <link idref="overview.xml">Overview: XSL Transformer for Java 
(Xalan)</link>. For specifics
       concerning the current release, see <link idref="readme.xml">Release 
Notes</link>.</p>
  @@ -77,7 +77,7 @@
        funneled through the XMLParserLiaison.</p>
     </s2>
     <s2 title="Packages">
  -     <p>&xslt4j; is composed of three XPATH4J packages and four XSLT4J 
packages. The XPATH4J packages can be used on their
  +     <p>&xslt4j; is composed of three XPATH4J packages and four &xslt4j; 
packages. The XPATH4J packages can be used on their
        own, but for convenience are packaged in the same JAR as the XSLT 
processor.</p>
        <p>XPATH4J packages:</p> 
        <ul>
  @@ -95,9 +95,9 @@
        <resource-ref idref="XML4JLiaison4domDoc"/>, an extension of the 
XMLParserLiaisonDefault that provides an interface to
        XML4J Version 2.0.15.</p></li>
        </ul>
  -     <p>XSLT4J packages:</p>
  +     <p>&xslt4j; packages:</p>
        <ul>
  -     <li><p><resource-ref idref="org.apache.xalan.xsltDoc"/> -- This is the 
main XSLT4J package.</p>
  +     <li><p><resource-ref idref="org.apache.xalan.xsltDoc"/> -- This is the 
main &xslt4j; package.</p>
        <p>The <resource-ref idref="XSLTProcessorDoc"/> defines the XSLT 
processor API. The 
        <resource-ref idref="XSLTProcessorFactoryDoc"/> provides methods for 
creating an instance of the XSLT processor, 
        which actually uses <resource-ref idref="XSLTEngineImplDoc"/>, an 
implementation of XSLTProcessor that users never need
  
  
  
  1.13      +2 -2      xml-xalan/docs/resources.xml
  
  Index: resources.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/docs/resources.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- resources.xml     1999/12/09 13:50:47     1.12
  +++ resources.xml     1999/12/17 20:52:45     1.13
  @@ -151,8 +151,8 @@
     <resource id="ReadMeProductionDir" name="'readme_production' directory"
        long-title="'readme_production' directory" name-is-abrev="no"
        location="../production"/>
  -  <resource id="SourceCodeDir" name="'xml-0.0\src\java\xslt4j\src' directory"
  -     long-title="'xml-0.0\src\java\xslt4j\src' directory" name-is-abrev="no"
  +  <resource id="SourceCodeDir" name="'xml-xalan/src' directory"
  +     long-title="'xml-xalan/src' directory" name-is-abrev="no"
        location="../src"/>
     <resource id="run_sh" name="run.sh" long-title="run.sh" name-is-abrev="no"
        location="run.sh"/>
  
  
  

Reply via email to