Author: dazarov
Date: 2010-08-05 11:20:24 -0400 (Thu, 05 Aug 2010)
New Revision: 23940
Modified:
trunk/jst/plugins/org.jboss.tools.jst.web.kb/resources/kbCustomTagLibSchema-1.0.dtd
Log:
https://jira.jboss.org/browse/JBIDE-5231
Modified:
trunk/jst/plugins/org.jboss.tools.jst.web.kb/resources/kbCustomTagLibSchema-1.0.dtd
===================================================================
---
trunk/jst/plugins/org.jboss.tools.jst.web.kb/resources/kbCustomTagLibSchema-1.0.dtd 2010-08-05
15:12:23 UTC (rev 23939)
+++
trunk/jst/plugins/org.jboss.tools.jst.web.kb/resources/kbCustomTagLibSchema-1.0.dtd 2010-08-05
15:20:24 UTC (rev 23940)
@@ -20,8 +20,8 @@
component can contain attributes.
Attributes:
name - name of component
- closeTag - "true" - Component can have a body.
- "false" - Component cannot have a body. Used by default.
+ closeTag - "true" - Component cannot have a body.
+ "false" - Component can have a body. Used by default.
extended - "true" - Component is relevant only if this component exists in
other tag-libs (tld, faclets, ...). Set to "true" by default.
-->
<!ELEMENT component (description?, component*, attribute*)>