husted 2002/07/06 10:19:31
Modified: doc/userGuide building_controller.xml
Log:
Add link to struts-config DTD.
Revision Changes Path
1.22 +13 -5 jakarta-struts/doc/userGuide/building_controller.xml
Index: building_controller.xml
===================================================================
RCS file: /home/cvs/jakarta-struts/doc/userGuide/building_controller.xml,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- building_controller.xml 5 Jul 2002 15:55:49 -0000 1.21
+++ building_controller.xml 6 Jul 2002 17:19:31 -0000 1.22
@@ -292,14 +292,22 @@
<p>
The developer's responsibility is to create an XML file named
- <code>struts-config.xml</code>, and place it in the WEB-INF directory of
your
- application. This format of this document is constrained by it's definition
in
- "struts-config_1_1.dtd". The outermost XML element must be
<code><struts-config></code>.
+ <code>struts-config.xml</code> and place it in the WEB-INF directory of your
+ application. This format of this document is described by the Document Type
Definition (DTD)
+ maintained at
+ <a
href="http://jakarta.apache.org/struts/dtds/struts-config_1_1.dtd">http://jakarta.apache.org/struts/dtds/struts-config_1_1.dtd</a>.
+ The User Guide touches on the most important elements and attributes
available to the
+ Struts configuration file, but developers are referred to the DTD for more
detail.
+ </p>
+ <p>
+ The controller uses an internal copy of this document to parse the
configuration;
+ an Internet connection is not required for operation.
</p>
<p>
- Inside of the <struts-config> element, there are three important
- elements that are used to describe your actions:
+ The outermost XML element must be <code><struts-config></code>.
Inside of
+ the <struts-config> element, there are three important elements that
are
+ used to describe your actions:
<blockquote>
<b><form-beans></b><br />
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>