dleslie     01/11/06 14:09:44

  Modified:    java/xdocs/sources/xalan readme.xml resources.xml
  Log:
  Added info about xml-apis.jar and link to xml-commons repository.
  
  Revision  Changes    Path
  1.61      +5 -0      xml-xalan/java/xdocs/sources/xalan/readme.xml
  
  Index: readme.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/xdocs/sources/xalan/readme.xml,v
  retrieving revision 1.60
  retrieving revision 1.61
  diff -u -r1.60 -r1.61
  --- readme.xml        2001/11/02 21:58:01     1.60
  +++ readme.xml        2001/11/06 22:09:44     1.61
  @@ -83,12 +83,16 @@
        <p>&xslt4j-current; is intended to be the final release in the current 
series of Developer releases incorporating
        the <link idref="dtm">DTM</link>. We believe Xalan with the DTM has 
reached a level of stability that warrants a                                    
                      
        standard "User" release. Accordingly, we plan to release &xslt4j; 2.2 
soon.</p>
  +     <p>Beginning with this release, xalan.jar contains just the &xslt4j; 
implementation. The source files for the SAX level 2, DOM 2, 
  +     and JAXP 1.1 interfaces are pulled from the xml-commons repository 
(<resource-ref idref="xmlapirepository"/>), and are built as
  +     xml-apis.jar. <em>To run &xslt4j;, you must add xml-apis.jar to your 
classpath.</em></p>
        <p>Beginning with this release, we are placing two distribution files 
in the <resource-ref idref="xslt4j-distdir"/>: a binary
        distribution file, which includes everything needed to run &xslt4j; and 
build applications, and a source distribution. For
        more information, see <link idref="getstarted" 
anchor="download">Downloading what you need</link>.</p>
        <p>This release also includes <link idref="samples" 
anchor="validatexmlinput">ValidateXMLInput</link>, a sample that illustrates 
        how you can verify that the XML input you are transforming adheres to 
its document type. It is in the samples/validate subdirectory
        along with a Validate utility that you can use to validate XML files 
without performing a transformation.</p>
  +     
        &done-j;
        </s3>
        <anchor name="other"/>
  @@ -140,6 +144,7 @@
        <anchor name="status"/>
        <s3 title="Version of Xerces to use"> 
          <p>The &xslt4j-current; has been tested with &xml4j-used;. &download; 
For information about including xerces.jar on the system class path, see <link 
idref="getstarted" anchor="classpath">Setting up the system class 
path</link>.</p>
  +       <note>You may also use &xslt4j-current; for beta testing with &xml4j; 
2.0.0.0.beta3.</note>
          <p><em>Important</em> You may experience unpredictable anomalies if 
your Xalan and Xerces builds are not in synch. If you download an update to 
Xalan, check the release notes to determine which version of Xerces you should 
use.</p>
          <note>You can use Xalan with other XML parsers that implement the 
<resource-ref idref="jaxp"/>. See 
          <link idref="usagepatterns" anchor="plug">Plugging in the Transformer 
and XML parser</link>.</note>
  
  
  
  1.21      +4 -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.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- resources.xml     2001/10/16 13:54:46     1.20
  +++ resources.xml     2001/11/06 22:09:44     1.21
  @@ -104,6 +104,10 @@
               title="Java Specification Request 63"
               
location="http://java.sun.com/aboutJava/communityprocess/review/jsr063"/>
               
  +  <resource id="xmlapirepository"
  +            title="xml-commons/java/external/src"
  +            
location="http://cvs.apache.org/viewcvs.cgi/xml-commons/java/external/src/"/>
  +            
     <resource id="compatapi"
               title="Xalan-Java 1 compatibility Javadoc"
               location="compat_apidocs/index.html"/>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to