dgraham 2002/11/15 23:28:02
Modified: doc/userGuide struts-html.xml
Log:
Updated tld for <html:xhtml/> tag.
Revision Changes Path
1.36 +19 -2 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.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- struts-html.xml 15 Nov 2002 04:22:30 -0000 1.35
+++ struts-html.xml 16 Nov 2002 07:28:01 -0000 1.36
@@ -44,8 +44,7 @@
<p>Renders an HTML <code><base></code> element with an
<code>href</code> attribute pointing to the absolute location of
the enclosing JSP page. This tag is valid only when nested inside
- an HTML <code><head></code> element. There are no attributes
- associated with this tag.</p>
+ an HTML <code><head></code> element.</p>
<p>This tag is useful because it allows you to use relative URL
references in the page that are calculated based on the URL of the
@@ -6878,6 +6877,24 @@
</tag>
+
+
+ <tag>
+ <name>xhtml</name>
+ <summary>Render HTML tags as XHTML</summary>
+ <tagclass>org.apache.struts.taglib.html.XhtmlTag</tagclass>
+ <bodycontent>empty</bodycontent>
+ <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
+ <html:html xhtml="true"> will accomplish the same thing
+ as this tag but only works for complete pages or tiles.
+ </p>
+ </info>
+
+ </tag>
</taglib>
</body>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>