You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by dg...@apache.org on 2003/12/13 22:14:01 UTC

cvs commit: jakarta-struts/doc/userGuide struts-html.xml

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 
                 &lt;html:xhtml/&gt; 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. 
  -            &lt;html:html xhtml="true"&gt; has a similar effect.
  +            &lt;html:html xhtml="true"&gt; has a similar effect.  This
  +            tag has no attributes; you use it like this: &lt;html:xhtml/&gt;.
             </p>
             <p>
             	<strong>Note</strong>: Included pages do not inherit the rendering
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: struts-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-dev-help@jakarta.apache.org