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...@apache.org on 2001/05/04 22:22:23 UTC

cvs commit: xml-xalan/java/xdocs/sources xsltc.xml xalan-jlocal.xml xalan-jsite.xml

dleslie     01/05/04 13:22:23

  Modified:    java/xdocs/sources xalan-jlocal.xml xalan-jsite.xml
  Added:       java/xdocs/sources xsltc.xml
  Log:
  Putting XSLTC book document in repository.
  Have added links to this book to the Xalan book.
  
  Revision  Changes    Path
  1.15      +2 -0      xml-xalan/java/xdocs/sources/xalan-jlocal.xml
  
  Index: xalan-jlocal.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xalan-jlocal.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- xalan-jlocal.xml	2001/01/31 16:32:50	1.14
  +++ xalan-jlocal.xml	2001/05/04 20:22:16	1.15
  @@ -61,6 +61,7 @@
   <book title="Xalan XSL Transformer User's Guide" copyright="2000 The Apache Software Foundation">
     <resources source="sbk:/sources/xalan/resources.xml"/>
     <document id="whatsnew" label="What's New" source="xalan/whatsnew.xml"/>
  +  <external href="xsltc/index.html" label="XSLTC Translets"/>  
     <separator/>
     <document id="overview" label="Overview" source="xalan/overview.xml"/>
     <document id="getstarted" label="Getting Started" source="xalan/getstarted.xml"/>
  @@ -72,6 +73,7 @@
     <separator/>
     <document id="usagepatterns" label="Usage Patterns" source="xalan/usagepatterns.xml"/>
     <separator/>
  +  <document id="trax" label="TrAX" source="xalan/trax.xml"/>
     <external href="apidocs/index.html" label="API (Javadoc)"/>
     <separator/>
     <document id="extensions" label="Extensions" source="xalan/extensions.xml"/>
  
  
  
  1.17      +2 -0      xml-xalan/java/xdocs/sources/xalan-jsite.xml
  
  Index: xalan-jsite.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xalan-jsite.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- xalan-jsite.xml	2001/02/23 13:43:00	1.16
  +++ xalan-jsite.xml	2001/05/04 20:22:17	1.17
  @@ -64,6 +64,7 @@
     <separator/>
     <document id="index" label="Xalan-J 2.0.1" source="xalan/index.xml"/>
     <document id="whatsnew" label="What's New" source="xalan/whatsnew.xml"/>
  +  <external href="xsltc/index.html" label="XSLTC Translets"/>
     <separator/>
     <document id="overview" label="Overview" source="xalan/overview.xml"/>
     <document id="getstarted" label="Getting Started" source="xalan/getstarted.xml"/>
  @@ -75,6 +76,7 @@
     <separator/>
     <document id="usagepatterns" label="Usage Patterns" source="xalan/usagepatterns.xml"/>
     <separator/>
  +  <document id="trax" label="TrAX" source="xalan/trax.xml"/>
     <external href="apidocs/index.html" label="API (Javadoc)"/>
     <separator/>
     <document id="extensions" label="Extensions" source="xalan/extensions.xml"/>
  
  
  
  1.1                  xml-xalan/java/xdocs/sources/xsltc.xml
  
  Index: xsltc.xml
  ===================================================================
  <?xml version="1.0"?>
  <!DOCTYPE book SYSTEM "sbk:/style/dtd/book.dtd">
  
  <book title="XSLTC Design" copyright="2001 The Apache Software Foundation">
   
    <document id="index"
              label="Overview"
              source="xsltc/index.xml"/>
  
   <separator/>
  
    <document id="xsltc_compiler"
              label="Compiler design"
              source="xsltc/xsltc_compiler.xml"/>
  
   <separator/>
   
     <document id="xsl_whitespace_design"
              label="Whitespace"
              source="xsltc/xsl_whitespace_design.xml"/>
  
    <document id="xsl_sort_design"
              label="xsl:sort"
              source="xsltc/xsl_sort_design.xml"/> 
  
    <document id="xsl_key_design"
              label="Keys"
              source="xsltc/xsl_key_design.xml"/> 
  
    <document id="xsl_comment_design"
              label="Comment design"
              source="xsltc/xsl_comment_design.xml"/>
   
    <separator/>
  
    <document id="xsl_lang_design"
              label="lang()"
              source="xsltc/xsl_lang_design.xml"/> 
  
    <document id="xsl_unparsed_design"
              label="Unparsed entities"
              source="xsltc/xsl_unparsed_design.xml"/> 
    
   <separator/>
     
    <document id="xsltc_runtime"
              label="Runtime"
              source="xsltc/xsltc_runtime.xml"/> 
              
   <separator/>
  
    <document id="xsltc_dom"
              label="Internal DOM"
              source="xsltc/xsltc_dom.xml"/>            
              
    <document id="xsltc_namespace"
              label="Namespaces"
              source="xsltc/xsltc_namespace.xml"/>             
              
   <separator/>
   
   <external href="todo.html" label="To-do list"/>
              
  </book>
    
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org