/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

  1. <!ELEMENT wallispage (introduction*)>
  2. <!ATTLIST wallispage id CDATA #IMPLIED>
  3. <!-- ============= XHTML+MathML =============== -->
  4. <!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">
  5. %xhtml_mathml;
  6. <!-- metadata -->
  7. <!-- Limited to one block to encourage use of other semantic elements -->
  8. <!ELEMENT introduction (block) >
  9. <!ATTLIST introduction for CDATA #IMPLIED
  10. id CDATA #IMPLIED>
  11. <!ELEMENT block ((%Block.mix;)* ) >