craigmcc    01/07/15 17:52:23

  Modified:    .        README
               doc      installation.xml
  Log:
  Documentation updates to reflect the new JAXP/1.1 prerequisite.
  
  Revision  Changes    Path
  1.15      +4 -4      jakarta-struts/README
  
  Index: README
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/README,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- README    2001/07/15 04:08:55     1.14
  +++ README    2001/07/16 00:52:22     1.15
  @@ -1,4 +1,4 @@
  -$Id: README,v 1.14 2001/07/15 04:08:55 craigmcc Exp $
  +$Id: README,v 1.15 2001/07/16 00:52:22 craigmcc Exp $
   
                                Struts
                                ======
  @@ -42,11 +42,11 @@
   
   - Download and install an XML parser that is compatible with the Java
     API for XML Parsing (JAXP) specification.  A useful XML parser is the
  -  JAXP Reference Implementation, version 1.0.1 or later, that is available
  +  JAXP Reference Implementation, version 1.1 or later, that is available
     at <http://java.sun.com/xml>.  Another JAXP-compatible parser that has
  -  been reported to work fine with Struts is Xerces, version 1.1.2 or later,
  +  been reported to work fine with Struts is Xerces, version 1.3.1,
     available at <http://xml.apache.org>.  Be sure to add the "jaxp.jar" and
  -  "parser.jar" (or whatever JAR file comes with your parser) files to
  +  "crimson.jar" (or whatever JAR file comes with your parser) files to
     your CLASSPATH environment variable.
   
   - Download and install the JDBC 2.0 Optional Package Binary (formerly known
  
  
  
  1.8       +6 -9      jakarta-struts/doc/installation.xml
  
  Index: installation.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/doc/installation.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- installation.xml  2001/07/15 04:08:55     1.7
  +++ installation.xml  2001/07/16 00:52:22     1.8
  @@ -65,7 +65,7 @@
         <a 
href="http://java.sun.com/products/jdbc/download.html";>http://java.sun.com/products/jdbc/download.html</a>.</li>
     <li><strong>XML Parser</strong> - Struts requires the presence of an XML
         parser that is compatible with the Java API for XML Parsing (JAXP)
  -      specification, 1.0 or later.  You can download and install the JAXP
  +      specification, 1.1 or later.  You can download and install the JAXP
         <a href="http://java.sun.com/xml";>reference implementation</a>,
         which is required for building the Struts source distribution.  In
         Struts-based web applications, you may replace the reference
  @@ -75,14 +75,11 @@
         <a href="#Building">building</a> and <a href="#Installing">installing</a>
         Struts, below.</li>
     <li><strong>Xalan XSLT Processor</strong> - If you are building Struts from
  -      the source distribution, you must download and install version 1.2
  -      (problems have been reported with current versions of Xalan 2.0)
  -      of the <a href="http://xml.apache.org/xalan";>Xalan</a>
  -      XSLT processor (which also includes the Xerces XML parser), or use the
  -      version of Xalan included in the JAXP 1.1 release.  This
  -      processor is used to convert the Struts documentation from its internal
  -      XML-based format into the HTML that is presented in the Struts
  -      documentation application.</li>
  +      the source distribution, you will need a version of Xalan to perform
  +      XSLT transformations.  If you are using the JAXP/1.1 XML parser, you
  +      should use the version of <code>xalan.jar</code> shipped with it.
  +      Otherwise, download and install version 1.2 of Xalan from
  +      <a href="http://xml.apache.org/xalan";>here</a>.</li>
     </ul>
   
     </section>
  
  
  

Reply via email to