dgraham     2002/12/23 17:47:45

  Modified:    doc/userGuide struts-html.xml
  Log:
  Updated info on xhtml tag.
  
  Revision  Changes    Path
  1.43      +3 -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.42
  retrieving revision 1.43
  diff -u -r1.42 -r1.43
  --- struts-html.xml   24 Dec 2002 01:45:15 -0000      1.42
  +++ struts-html.xml   24 Dec 2002 01:47:45 -0000      1.43
  @@ -6912,10 +6912,9 @@
             <info>
             <p>
                Using this tag in a page tells all other html taglib tags
  -             to render themselves as XHTML.  This is really only useful
  -             when composing pages with jsp includes.  Using 
  -             &lt;html:html xhtml="true"&gt; will accomplish the same thing
  -             as this tag but only works for complete pages or tiles.
  +             to render themselves as XHTML.  This is useful
  +             when composing pages with JSP includes or Tiles.  This tag has the 
same effect
  +             as using &lt;html:html xhtml="true"&gt;.
             </p>
             </info>
   
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to