shawn 01/09/10 18:13:20 Modified: jsptl/doc/web GettingStarted.html Log: Changed reference of dependency to Tomcat Beta 7 (from Beta 6) and added instructions for XML parsers. Revision Changes Path 1.5 +7 -1 jakarta-taglibs/jsptl/doc/web/GettingStarted.html Index: GettingStarted.html =================================================================== RCS file: /home/cvs/jakarta-taglibs/jsptl/doc/web/GettingStarted.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- GettingStarted.html 2001/08/06 01:03:30 1.4 +++ GettingStarted.html 2001/09/11 01:13:20 1.5 @@ -67,7 +67,7 @@ <p>JSPTL EA1 uses features provided only by the JSP 1.2 standard draft, so it requires a JSP 1.2 container. We recommend you use JSPTL with Tomcat -4.0 Beta 6 or the most current nightly build of Tomcat 4.</p> +4.0 Beta 7 or the most current nightly build of Tomcat 4.</p> <p>To install Tomcat, follow the instructions at <a href="http://jakarta.apache.org/tomcat">http://jakarta.apache.org/tomcat</a>. @@ -76,6 +76,12 @@ href="http://jakarta.apache.org/taglibs/binarydist.html"> http://jakarta.apache.org/taglibs/binarydist.html</a>. You can also use the "jsptl-examples" application as a guide.</p> + +<p>If your web application does not already use an XML parser, you will +need to make one available because current versions of Tomcat do not. See +the Tomcat 4 release notes (RELEASE-NOTES-4.0-B7.txt in the top level +directory of your Tomcat distribution) for more information about XML +parsers in Tomcat 4.</p> <h3>Two tag libraries</h3>
