Re: [richard@cogsci.ed.ac.uk: conditionals]

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