Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: f246a883addfc7c806089bdf98a51bb92d7bf4c1 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                                               
<!ELEMENT any ANY>
<!ELEMENT empty EMPTY>
<!ELEMENT section (title?, para+)>
<!ELEMENT para (#PCDATA | emphasis)*>
<!ELEMENT title (#PCDATA)>
<!ELEMENT emphasis (#PCDATA)>

<!-- a dummy attribute, just to make sure attribute def serialization is OK -->
<!ATTLIST section
	name	CDATA	#IMPLIED>

Back to the top