Hello I am trying to include MathML2.0 in my custom DTD as follows: <!ENTITY % NS.prefixed "INCLUDE"> <!ENTITY % MATHML.prefix "math"> <!ENTITY % NamespaceDecl.attrib "xmlns:math CDATA #FIXED 'http://www.w3.org/1998/Math/MathML'"> <!ENTITY % mathml PUBLIC "-//W3C//DTD MathML 2.0//EN" "./mathml/mathml2.dtd"> %mathml; <!ELEMENT doc (intro, equation+)> <!ATTLIST doc xmlns:math CDATA #FIXED "http://www.w3.org/1998/Math/MathML"> <!ELEMENT equation (math:math)> <!ELEMENT intro (#PCDATA)> Can any one explain why my document is not parsing. Thank you for your help Vidjin _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.Received on Monday, 8 April 2002 09:11:04 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Saturday, 20 February 2010 06:12:51 GMT