]> code.delx.au - pulseaudio/blob - man/xmltoman.dtd
121e62c84136d36f0e0f63258d80567abceeda1c
[pulseaudio] / man / xmltoman.dtd
1 <!-- $Id$ -->
2
3 <!--
4 This file is part of PulseAudio.
5
6 PulseAudio is free software; you can redistribute it and/or modify it under
7 the terms of the GNU General Public License as published by the Free
8 Software Foundation; either version 2 of the License, or (at your
9 option) any later version.
10
11 PulseAudio is distributed in the hope that it will be useful, but WITHOUT
12 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
14 for more details.
15
16 You should have received a copy of the GNU General Public License
17 along with PulseAudio; if not, write to the Free Software Foundation,
18 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
19 -->
20
21 <!ELEMENT manpage (synopsis | description | section | options | seealso)*>
22 <!ATTLIST manpage name CDATA #REQUIRED section CDATA #REQUIRED desc CDATA #IMPLIED>
23 <!ELEMENT arg (#PCDATA)>
24 <!ELEMENT p (#PCDATA | arg | url | manref | opt | file )*>
25 <!ELEMENT synopsis (cmd | p)+>
26 <!ELEMENT description (p)+>
27 <!ELEMENT section (p | option)*>
28 <!ATTLIST section name CDATA #REQUIRED>
29 <!ELEMENT option (#PCDATA | p | optdesc)*>
30 <!ELEMENT optdesc (#PCDATA | p )*>
31 <!ELEMENT cmd (#PCDATA | arg | opt)*>
32 <!ELEMENT options (p | option)*>
33 <!ELEMENT seealso (p)*>
34 <!ELEMENT opt (#PCDATA)>
35 <!ELEMENT file (#PCDATA)>
36 <!ELEMENT manref EMPTY>
37 <!ATTLIST manref name CDATA #REQUIRED section CDATA #REQUIRED href CDATA #IMPLIED>
38 <!ELEMENT url EMPTY>
39 <!ATTLIST url href CDATA #REQUIRED>