dgraham 2003/08/10 09:23:56
Modified: doc/userGuide struts-html.xml
Log:
Add more info on <html:html xhtml="true"> for PR# 22283.
Revision Changes Path
1.59 +5 -4 jakarta-struts/doc/userGuide/struts-html.xml
Index: struts-html.xml
===================================================================
RCS file: /home/cvs/jakarta-struts/doc/userGuide/struts-html.xml,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- struts-html.xml 10 Aug 2003 10:05:51 -0000 1.58
+++ struts-html.xml 10 Aug 2003 16:23:55 -0000 1.59
@@ -2239,12 +2239,13 @@
<required>false</required>
<rtexprvalue>true</rtexprvalue>
<info>
- <p>Set to <code>true</code> in order to render an
- <code>xml:lang</code> attribute on the generated
- <code>html</code> element. This also causes all other
- html tags to render as xhtml.
+ <p>Set to <code>true</code> in order to render
+ <code>xml:lang</code> and <code>xmlns</code> attributes
+ on the generated <code>html</code> element. This also
+ causes all other html tags to render as xhtml.
</p>
</info>
+ <since>Struts 1.1</since>
</attribute>
</tag>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]