/bundles/plugins-trunk/XML/test_data/bug1082903/try.dtd
# · Document Type Definition · 17 lines · 11 code · 6 blank · 0 comment · 0 complexity · e4504b23426cd7ceae6683cc7b8ba00f MD5 · raw file
- <!ELEMENT wallispage (introduction*)>
- <!ATTLIST wallispage id CDATA #IMPLIED>
-
-
- <!-- ============= XHTML+MathML =============== -->
- <!ENTITY % xhtml_mathml PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0//EN" "http://www.w3.org/TR/MathML2/dtd/xhtml-math11-f.dtd">
-
- %xhtml_mathml;
- <!-- metadata -->
-
- <!-- Limited to one block to encourage use of other semantic elements -->
- <!ELEMENT introduction (block) >
- <!ATTLIST introduction for CDATA #IMPLIED
- id CDATA #IMPLIED>
-
- <!ELEMENT block ((%Block.mix;)* ) >