morgand 01/08/06 15:54:32
Modified: src/taglib taglib-doc.dtd
Log:
validated against dbtags
Revision Changes Path
1.2 +5 -4 jakarta-taglibs/src/taglib/taglib-doc.dtd
Index: taglib-doc.dtd
===================================================================
RCS file: /home/cvs/jakarta-taglibs/src/taglib/taglib-doc.dtd,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- taglib-doc.dtd 2001/08/06 22:04:54 1.1
+++ taglib-doc.dtd 2001/08/06 22:54:32 1.2
@@ -28,7 +28,7 @@
<!-- short description
Stylesheet copies from the uri rather than the PCDATA, when specified. -->
<!ELEMENT description (#PCDATA)>
-<!ELEMENT description uri CDATA #IMPLIED>
+<!ATTLIST description uri CDATA #IMPLIED>
<!-- The taglib-location is used to fill in the web.xml configuration
information in the HTML doc. -->
@@ -42,14 +42,14 @@
the "Requirements" section of the HTML doc.
Stylesheet copies from the uri rather than the PCDATA, when specified. -->
<!ELEMENT requirements-info (#PCDATA)>
-<!ELEMENT requirements-info uri CDATA #IMPLIED>
+<!ATTLIST requirements-info uri CDATA #IMPLIED>
<!-- Full documentation on this tag library
Stylesheet copies docs from the uri rather than the PCDATA, when specified. -->
<!ELEMENT documentation (doctoc?,docs)>
<!ELEMENT docs (#PCDATA)>
-<!ATTLIST docs uri #REQUIRED>
+<!ATTLIST docs uri CDATA #REQUIRED>
<!ELEMENT doctoc ((li | ul)+)>
@@ -72,6 +72,7 @@
<!ELEMENT name (#PCDATA)>
<!ELEMENT tag-class (#PCDATA)>
+<!ELEMENT tei-class (#PCDATA)>
<!ELEMENT body-content (#PCDATA)>
@@ -93,7 +94,7 @@
<!ELEMENT get (#PCDATA)>
<!ELEMENT set (#PCDATA)>
-<!ELEMENT attribute (name,required?,rtexprvalue?,descritpion,availability?)>
+<!ELEMENT attribute (name,required?,rtexprvalue?,description,availability?)>
<!ELEMENT required (#PCDATA)>
<!ELEMENT rtexprvalue (#PCDATA)>