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. MakotoReceived on Tuesday, 27 May 1997 04:15:27 EDT
This archive was generated by hypermail pre-2.1.9 : Wednesday, 24 September 2003 10:04:35 EDT