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/10 20:08:28 UTC

cvs commit: xml-xalan/java/xdocs/sources entities.ent xalan-jsite.xml

dleslie     01/05/10 11:08:28

  Modified:    java/xdocs/sources entities.ent xalan-jsite.xml
  Log:
  New material for XSLTC
  
  Revision  Changes    Path
  1.15      +26 -3     xml-xalan/java/xdocs/sources/entities.ent
  
  Index: entities.ent
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/xdocs/sources/entities.ent,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- entities.ent	2001/02/23 13:43:00	1.14
  +++ entities.ent	2001/05/10 18:08:21	1.15
  @@ -2,13 +2,36 @@
   
   <!ENTITY xslt4j "Xalan-Java">
   <!ENTITY xslt4j2 "Xalan-Java 2">
  -<!ENTITY xslt4j-dist "xalan-j_2_0_1">
  -<!ENTITY xslt4j-current "&xslt4j; version 2.0.1">
  +<!ENTITY xslt4j-dist "xalan-j_2_0_2">
  +<!ENTITY xslt4j-current "&xslt4j; version 2.0.2">
   <!ENTITY xml4j "Xerces-Java">
  -<!ENTITY xml4j-used "&xml4j; version 1.3.0">
  +<!ENTITY xml4j-used "&xml4j; version 1.3.1?">
   <!ENTITY xslt4c "Xalan-C++">
   <!ENTITY xml4c "Xerces-C++">
   <!ENTITY download "The &xslt4j-current; download from xml.apache.org includes xerces.jar from &xml4j-used;.">
   <!ENTITY traxsamplenote "To run the trax sample, you must be using an XML parser (such as Xerces 1.3.0 or Crimson 1.1) 
                            that fully implements the JAXP 1.1 javax.xml.parsers interface.">
   
  +<!ENTITY xsltcwhatsnewhead '<ul>
  +                      <li><link anchor="design">New design</link></li>
  +                      <li><link anchor="xsltc">XSLTC</link></li>
  +                    </ul><anchor name="design"/>'>
  +                         
  +<!ENTITY xsltcwhatsnew '<anchor name="xsltc"/><s2 title="XSLTC">
  +                <p>In April 2001, Sun donated XSLTC to the Xalan project. XSLTC compiles stylesheets into translets and
  +                provides a runtime environment for using translets to transform XML documents. Initially, XSLTC is
  +                available in a separate JAR. Over time, we plan to integrate the two codebases. For more information,
  +                see <link idref="xsltc_usage">Using XSLTC</link>.</p>
  +                </s2>'>
  +                
  +<!ENTITY xsltcreadme 
  +                '<p>The Sun XSLTC team (david.hofert@east.sun.com, tom.amiro@east.sun.com, todd.miller@east.sun.com, 
  +                 morten.jorgensen@Ireland.sun.com) has checked <link idref="xsltc_usage">XSLTC</link> into the Xalan
  +                 source tree, and we have begun the process of merging XSLTC into Xalan. XSLTC provides a compiler for compiling
  +                 stylesheets into translets, and a streamlined runtime environment for using translets to transform XML input. 
  +                 In the near term, XSLTC will appear in a separate JAR file (xsltc.jar) with its own API and command-line
  +                 utilities. Over time, we plan to merge the two codebases so that you can use the same JAXP interfaces to perform
  +                 transformations with the Xalan transformer and with translets. 
  +                 <ref>Requirements and design documents to be written.</ref></p>'>
  +                
  +                
  
  
  
  1.18      +4 -2      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.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- xalan-jsite.xml	2001/05/04 20:22:17	1.17
  +++ xalan-jsite.xml	2001/05/10 18:08:22	1.18
  @@ -64,7 +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"/>
  +  <document id="xsltc_usage" label="XSLTC Translets" source="xalan/xsltc_usage.xml"/>
     <separator/>
     <document id="overview" label="Overview" source="xalan/overview.xml"/>
     <document id="getstarted" label="Getting Started" source="xalan/getstarted.xml"/>
  @@ -85,9 +85,11 @@
     <document id="readme" label="Release Notes" source="xalan/readme.xml"/>
     <separator/>
     <external href="design/design2_0_0.html" label="Xalan 2 Design"/>
  +  <external href="xsltc/index.html" label="XSLTC Design"/>  
     <separator/>
     <external href="readme.html#bugs" label="Bugs"/>  
     <external href="http://xml.apache.org/xalan-j/test/overview.html" label="Testing"/>
     <separator/>
  -  <external href="todo.html#developer-list" label="Credits"/>  
  +  <external href="todo.html#developer-list" label="Credits"/>
  +  <external href="xsltc/todo.html#developer-list" label="XSLTC Credits"/>      
   </book>
  
  
  

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