Commit a839d326 authored by Phillip J. Eby's avatar Phillip J. Eby

Attributes should be CDATA, not PCDATA. Oops. :(

parent 7ab9f51e
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
<!ELEMENT key (description?, metadefault?, example?)> <!ELEMENT key (description?, metadefault?, example?)>
<!ATTLIST key <!ATTLIST key
name PCDATA #REQUIRED name CDATA #REQUIRED
attribute NMTOKEN #IMPLIED attribute NMTOKEN #IMPLIED
datatype NMTOKEN #IMPLIED datatype NMTOKEN #IMPLIED
handler NMTOKEN #IMPLIED handler NMTOKEN #IMPLIED
...@@ -70,7 +70,7 @@ ...@@ -70,7 +70,7 @@
<!ELEMENT multikey (description?, metadefault?, example?, default*)> <!ELEMENT multikey (description?, metadefault?, example?, default*)>
<!ATTLIST multikey <!ATTLIST multikey
name PCDATA #REQUIRED name CDATA #REQUIRED
attribute NMTOKEN #IMPLIED attribute NMTOKEN #IMPLIED
datatype NMTOKEN #IMPLIED datatype NMTOKEN #IMPLIED
handler NMTOKEN #IMPLIED handler NMTOKEN #IMPLIED
...@@ -78,7 +78,7 @@ ...@@ -78,7 +78,7 @@
<!ELEMENT section (description?)> <!ELEMENT section (description?)>
<!ATTLIST section <!ATTLIST section
name PCDATA #REQUIRED name CDATA #REQUIRED
attribute NMTOKEN #IMPLIED attribute NMTOKEN #IMPLIED
type NMTOKEN #REQUIRED type NMTOKEN #REQUIRED
handler NMTOKEN #IMPLIED handler NMTOKEN #IMPLIED
...@@ -87,7 +87,7 @@ ...@@ -87,7 +87,7 @@
<!ELEMENT multisection (description?)> <!ELEMENT multisection (description?)>
<!ATTLIST multisection <!ATTLIST multisection
name PCDATA #REQUIRED name CDATA #REQUIRED
attribute NMTOKEN #IMPLIED attribute NMTOKEN #IMPLIED
type NMTOKEN #REQUIRED type NMTOKEN #REQUIRED
handler NMTOKEN #IMPLIED handler NMTOKEN #IMPLIED
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment