craigmcc 01/02/19 14:06:39
Modified: src/doc installation.xml
Log:
Update the install docs to reflect the fact that problems have been reported
with 2.0 versions of Xalan. Version 1.2 should be used instead.
Submitted by: Carl Tallis <[EMAIL PROTECTED]>
PR: Bugzilla #502
Revision Changes Path
1.16 +5 -3 jakarta-struts/src/doc/installation.xml
Index: installation.xml
===================================================================
RCS file: /home/cvs/jakarta-struts/src/doc/installation.xml,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- installation.xml 2001/02/19 20:39:25 1.15
+++ installation.xml 2001/02/19 22:06:38 1.16
@@ -61,9 +61,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_D01
- (or later) of the <a href="http://xml.apache.org/xalan">Xalan</a>
- XSLT processor (which also includes the Xerces XML parser). This
+ 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>