PageRenderTime 49ms CodeModel.GetById 22ms RepoModel.GetById 0ms app.codeStats 0ms

/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
Possible License(s): BSD-3-Clause, AGPL-1.0, Apache-2.0, LGPL-2.0, LGPL-3.0, GPL-2.0, CC-BY-SA-3.0, LGPL-2.1, GPL-3.0, MPL-2.0-no-copyleft-exception, IPL-1.0
  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;)* ) >