/plugins/XML/tags/release-2-5/test_data/namespaces_off/try.dtd

# · Document Type Definition · 23 lines · 17 code · 6 blank · 0 comment · 0 complexity · 14f0bdfc0c576606d4f19bed316ecad5 MD5 · raw file

  1. <!-- attached to bug #1083903 XML Insert element tree bug (imported DTD)
  2. https://sourceforge.net/tracker/index.php?func=detail&aid=1083903&group_id=588&atid=565475
  3. -->
  4. <!ELEMENT wallispage (introduction*)>
  5. <!ATTLIST wallispage id CDATA #IMPLIED>
  6. <!-- ============= XHTML+MathML =============== -->
  7. <!-- original system id was http://www.w3.org/TR/MathML2/dtd/xhtml-math11-f.dtd -->
  8. <!ENTITY % xhtml_mathml PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0//EN" "xhtml-math11-f.dtd">
  9. <!-- this later DTD doesn't exhibit the problem :
  10. <!ENTITY % xhtml_mathml PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN" "http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg.dtd">-->
  11. %xhtml_mathml;
  12. <!-- metadata -->
  13. <!-- Limited to one block to encourage use of other semantic elements -->
  14. <!ELEMENT introduction (block) >
  15. <!ATTLIST introduction for CDATA #IMPLIED
  16. id CDATA #IMPLIED>
  17. <!ELEMENT block ((%Block.mix;)* ) >