Bugzilla – Bug 314
Use XSLT-compat instead of XSLT-generated.
Last modified: 2011-05-16 20:28:50 CEST
Index: source =================================================================== --- source (revision 2140) +++ source (revision 2141) @@ -42814,7 +42814,7 @@ <p class="note">In other words, <code><!DOCTYPE HTML></code>, case-insensitively.</p> - <p>For the purposes of XSLT generators, which cannot output HTML + <p>For the purposes of XSLT generators that cannot output HTML markup without a DOCTYPE, a <dfn>DOCTYPE legacy string</dfn> may be inserted into the DOCTYPE (in the position defined above). This string must consist of:</p> @@ -42829,13 +42829,13 @@ <li>A U+0043 LATIN CAPITAL LETTER C or U+0063 LATIN SMALL LETTER C character.</li> <li>One or more <span title="space character">space characters</span>.</li> <li>A U+0022 QUOTATION MARK or U+0027 APOSTROPHE character.</li> - <li>The literal string "<code titel="">XSLT-generated</code>".</li> - <li>The same character as in item 8 (a matching U+0022 QUOTATION MARK or U+0027 APOSTROPHE character).</li> + <li>The literal string "<code title="">XSLT-compat</code>".</li> + <li>The same character as in item 9 (a matching U+0022 QUOTATION MARK or U+0027 APOSTROPHE character).</li> </ol> <p class="note">In other words, <code><!DOCTYPE HTML PUBLIC - "XSLT-generated"></code> or <code><!DOCTYPE HTML PUBLIC - 'XSLT-generated'></code>, case-insensitively except for the bit in + "XSLT-compat"></code> or <code><!DOCTYPE HTML PUBLIC + 'XSLT-compat'></code>, case-insensitively except for the bit in quotes.</p> <p>The <span>DOCTYPE legacy string</span> should not be used unless @@ -46620,7 +46620,7 @@ <span>ASCII case-insensitive</span> match for the string "<code title="">HTML</code>", or if the token's public identifier is neither missing nor equal to the string - "<code>XSLT-generated</code>", or if the token's system identifier + "<code>XSLT-compat</code>", or if the token's system identifier is not missing, then there is a <span>parse error</span>. Conformance checkers may, instead of reporting this error, switch to a conformance checking mode for another language