77d737ee88
- Fix build errors from the next change Approved by: doceng (implicit)
53 lines
1.2 KiB
DTD
53 lines
1.2 KiB
DTD
<!-- $FreeBSD$ -->
|
|
|
|
<!ELEMENT ideas (cvs:keyword?, category)+>
|
|
|
|
<!ELEMENT title (#PCDATA)>
|
|
<!ATTLIST title
|
|
id ID #IMPLIED
|
|
>
|
|
|
|
<!ELEMENT category (title, (idea)+)>
|
|
<!ATTLIST category
|
|
id ID #IMPLIED
|
|
>
|
|
|
|
<!ELEMENT idea (title, desc)>
|
|
<!ATTLIST idea
|
|
id ID #IMPLIED
|
|
>
|
|
|
|
<!ELEMENT desc (#PCDATA)>
|
|
<!ATTLIST desc
|
|
id ID #IMPLIED
|
|
>
|
|
|
|
<!ENTITY % cvs
|
|
PUBLIC "-//FreeBSD//DTD FreeBSD CVS Keywords//EN"
|
|
"http://www.FreeBSD.org/XML/doc/share/xml/cvs.dtd">
|
|
%cvs;
|
|
|
|
<!ENTITY % autogen.ent
|
|
PUBLIC "-//FreeBSD//ENTITIES FreeBSD Automatically Generated Entities//EN"
|
|
"http://www.FreeBSD.org/XML/cwd/autogen.ent">
|
|
%autogen.ent;
|
|
|
|
<!ENTITY % iso8879.ent
|
|
PUBLIC "-//FreeBSD//ENTITIES ISO 8879:1986 Entity Set//EN//XML"
|
|
"http://www.FreeBSD.org/XML/www/share/xml/iso8879.ent">
|
|
%iso8879.ent;
|
|
|
|
<!ENTITY % l10n.ent
|
|
PUBLIC "-//FreeBSD//ENTITIES FreeBSD L10N Entities//EN"
|
|
"http://www.FreeBSD.org/XML/www/lang/share/xml/l10n.ent">
|
|
%l10n.ent;
|
|
|
|
<!ENTITY % l10n-common.ent
|
|
PUBLIC "-//FreeBSD//ENTITIES FreeBSD L10N Common Entities//EN"
|
|
"http://www.FreeBSD.org/XML/www/share/xml/l10n.ent">
|
|
%l10n-common.ent;
|
|
|
|
<!ENTITY % common.ent
|
|
PUBLIC "-//FreeBSD//ENTITIES FreeBSD Common Entities//EN"
|
|
"common.ent">
|
|
%common.ent;
|