mschachter 01/01/17 16:04:54
Modified: src/doc/userGuide building_view.xml
Log:
Fixed XML error in user guide... whoops
Submitted By: Jason Songhurst
Revision Changes Path
1.9 +1 -1 jakarta-struts/src/doc/userGuide/building_view.xml
Index: building_view.xml
===================================================================
RCS file: /home/cvs/jakarta-struts/src/doc/userGuide/building_view.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- building_view.xml 2001/01/17 20:30:23 1.8
+++ building_view.xml 2001/01/18 00:04:52 1.9
@@ -528,7 +528,7 @@
</p>
<ul>
- <li>An <%@ include file="xxxxx" %> directive can include a file that
contains
+ <li>An <code><%@ include file="xxxxx" %></code> directive can
include a file that contains
java code or jsp tags. The code in the included file
can even reference
variables declared earlier in the outer jsp page.
The code is inlined into
the other jsp before it is compiled so it can
definately contain more than