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 @@
<!ELEMENT key (description?, metadefault?, example?)>
<!ATTLIST key
name PCDATA #REQUIRED
name CDATA #REQUIRED
attribute NMTOKEN #IMPLIED
datatype NMTOKEN #IMPLIED
handler NMTOKEN #IMPLIED
......@@ -70,7 +70,7 @@
<!ELEMENT multikey (description?, metadefault?, example?, default*)>
<!ATTLIST multikey
name PCDATA #REQUIRED
name CDATA #REQUIRED
attribute NMTOKEN #IMPLIED
datatype NMTOKEN #IMPLIED
handler NMTOKEN #IMPLIED
......@@ -78,7 +78,7 @@
<!ELEMENT section (description?)>
<!ATTLIST section
name PCDATA #REQUIRED
name CDATA #REQUIRED
attribute NMTOKEN #IMPLIED
type NMTOKEN #REQUIRED
handler NMTOKEN #IMPLIED
......@@ -87,7 +87,7 @@
<!ELEMENT multisection (description?)>
<!ATTLIST multisection
name PCDATA #REQUIRED
name CDATA #REQUIRED
attribute NMTOKEN #IMPLIED
type NMTOKEN #REQUIRED
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