File: subdoc.dtd

package info (click to toggle)
php-doc 20081024-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 57,752 kB
  • ctags: 3,858
  • sloc: xml: 686,554; php: 19,446; perl: 610; cpp: 500; makefile: 336; sh: 114; awk: 28
file content (22 lines) | stat: -rw-r--r-- 610 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!-- Make sure that subdocbc.mod gets included at the right place... -->
<!ENTITY % intermod.redecl.module "INCLUDE">
<!ENTITY % rdbmods SYSTEM "subdocbc.mod">

<!ENTITY % section.element "IGNORE">

<!ENTITY % docbook PUBLIC "-//OASIS//DTD DocBook V3.1//EN">
%docbook;

<!ELEMENT Section - - (SectionInfo?,
			(%sect.title.content;),
			(%nav.class;)*,
			(((%divcomponent.mix;)+,
 			  ((%refentry.class;)*|Section*|SubdocSection*))
			 | (%refentry.class;)+|Section+|SubdocSection+),
			(%nav.class;)*)
			+(%ubiq.mix;)>

<!ELEMENT SubdocSection - O EMPTY>
<!ATTLIST SubdocSection
	Subdoc	ENTITY	#REQUIRED
>