dgraham 2003/12/13 13:14:01 Modified: doc/userGuide struts-html.xml Log: Specify XHTML 1.0 in html and xhtml tag docs. PR# 22283 Revision Changes Path 1.66 +4 -3 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.65 retrieving revision 1.66 diff -u -r1.65 -r1.66 --- struts-html.xml 17 Sep 2003 18:54:25 -0000 1.65 +++ struts-html.xml 13 Dec 2003 21:14:01 -0000 1.66 @@ -2240,7 +2240,7 @@ <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 (the + causes all other html tags to render as XHTML 1.0 (the <html:xhtml/> tag has a similar purpose). </p> </info> @@ -6970,9 +6970,10 @@ <info> <p> Using this tag in a page tells all other html taglib tags - to render themselves as XHTML. This is useful + to render themselves as XHTML 1.0. This is useful when composing pages with JSP includes or Tiles. - <html:html xhtml="true"> has a similar effect. + <html:html xhtml="true"> has a similar effect. This + tag has no attributes; you use it like this: <html:xhtml/>. </p> <p> <strong>Note</strong>: Included pages do not inherit the rendering
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]