- From: Murata Makoto <murata@apsdc.ksp.fujixerox.co.jp>
- Date: Tue, 27 May 1997 17:16:35 +0900
- To: w3c-sgml-wg@w3.org
James Clark writes:
>I think this should do it:
>
>ignoreSect ::= '<![' %'IGNORE' '[' ignoreSectContents ']]>
>
>ignoreSectContents ::= (
> ((SkipLit | Comment | PI) - (Char* ']]>' Char*))
> | ( '<![' ignoreSectContents ']]>')
> | (Char - ([<'"] | ']')
> | ('<! (Char - ('-' | '[')))
>)*
One parethesis is missing at the end of the fourth line of
ignoreSectContents. Other than this, I think this is correct.
Makoto
Received on Tuesday, 27 May 1997 04:15:27 UTC