https://issues.apache.org/bugzilla/show_bug.cgi?id=2344
--- Comment #5 from Michael Glavassevich <[EMAIL PROTECTED]> 2008-09-08 18:38:13 PST --- FYI... the DTD you attached isn't well-formed. An element declaration with mixed content [1] must be of the form <!ELEMENT a (#PCDATA)> or <!ELEMENT a (#PCDATA|b|c)*>. What you wrote "<!ELEMENT a (b,(c|#PCDATA)*)>" isn't legal. [1] http://www.w3.org/TR/2006/REC-xml-20060816/#sec-mixed-content -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
