The following rule is extracted from the current version of Part 1. [57] ignoreSect::= '<![' %'IGNORE' '[' ( ((SkipLit | Comment | PI) - (Char* ']]>' Char*)) | ignoreSect | (Char - ([<'"] | ']'))* | ('<!' (Char - ('-' | '['))*) ) ']]>' I believe that it does not allow the examples below: Example 1 (INCLUDE in IGNORE) <![IGNORE[ <![INCLUDE[ <!ELEMENT br EMPTY> ]]> ]]> Example 2 (- as a part of a name) <![IGNORE[ <!ELEMENT A-3 EMPTY> ]]> Example 3 (more than one markup) <![IGNORE[ <!-- comment1 --> <!-- comment2 --> <!ELEMENT br EMPTY> ]]> Murata, Makoto Fuji Xerox Information Systems Tel: 044-812-7230 Fax: 044-812-7231 E-mail: murata@apsdc.ksp.fujixerox.co.jpReceived on Wednesday, 21 May 1997 08:17:19 EDT
This archive was generated by hypermail pre-2.1.9 : Wednesday, 24 September 2003 10:04:34 EDT