- From: Murata Makoto <murata@apsdc.ksp.fujixerox.co.jp>
- Date: Wed, 21 May 1997 21:18:23 +0900
- To: w3c-sgml-wg@w3.org
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.jp
Received on Wednesday, 21 May 1997 08:17:19 UTC