Switch to using DocBook 3.1. Pull out the FreeBSD specific FAQList*

elements, they are obsoleted by the DocBook QAndASet element (and
sub-elements).
This commit is contained in:
Nik Clayton 1999-06-03 19:37:49 +00:00
parent 73d9f92018
commit 078cacb295
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=5013

View file

@ -1,13 +1,13 @@
<!-- FreeBSD Documentation Project, Extended DocBook DTD
This DTD builds upon the DocBook 3.0 DTD. It extends it in order to
This DTD builds upon the DocBook 3.1 DTD. It extends it in order to
add some new elements.
The comment style and section headings are drawn from the DocBook DTD.
The FPI for this DTD is "-//FreeBSD//DTD DocBook V3.0-Based Extension//EN"
The FPI for this DTD is "-//FreeBSD//DTD DocBook V3.1-Based Extension//EN"
$Id: freebsd.dtd,v 1.1 1999-01-25 21:58:59 nik Exp $
$Id: freebsd.dtd,v 1.2 1999-06-03 19:37:49 nik Exp $
-->
<!-- ..................................................................... -->
@ -51,46 +51,9 @@
]]>
<!-- Pull in the original DTD -->
<!ENTITY % orig-docbook PUBLIC "-//Davenport//DTD DocBook V3.0//EN">
<!ENTITY % orig-docbook PUBLIC "-//OASIS//DTD DocBook V3.1//EN">
%orig-docbook;
<!-- ...................................................................... -->
<!-- Lists ................................................................ -->
<!ELEMENT FAQList - - (FAQListItem+)>
<!ATTLIST FAQList
--
Mark: Keyword, e.g., bullet, dash, checkbox, none;
list of keywords and defaults are implementation specific
--
%mark.attrib;
%common.attrib;
>
<!-- FAQ Question/Answers ................................................. -->
<!ELEMENT FAQListItem - O (FAQQuestion, FAQAnswer)>
<!ATTLIST FAQListItem
--
Override: Indicates the mark to be used for this FAQListItem
instead of the default mark or the mark specified by
the Mark attribute on the enclosing FAQList
--
Override CDATA #IMPLIED
%common.attrib;
>
<!ELEMENT FAQQuestion - - ((%component.mix;)+)>
<!ATTLIST FAQQuestion
%common.attrib;
>
<!ELEMENT FAQAnswer - - ((%component.mix;)+)>
<!ATTLIST FAQAnswer
%common.attrib;
>
<!-- ...................................................................... -->
<!-- Inline, link, and ubiquitous elements ................................ -->