A different comment syntax question
MURATA Makoto
murata at apsdc.ksp.fujixerox.co.jp
Tue Jul 21 08:49:17 BST 1998
Chris Maden wrote:
>
> Correct. The production reflects the SGML reality that -- ends a
> comment. In SGML terms:
A readable version is as below:
Comment ::= '<!--' (Char* - (Char* '--' Char*) - (Char* '-')) '-->'
This is idential to
Comment ::= '<!--' ((Char - '-') | ('-' (Char - '-')))* '-->'
Again, I did the comparison with Grail.
Makoto
Fuji Xerox Information Systems
Tel: +81-44-812-7230 Fax: +81-44-812-7231
E-mail: murata at apsdc.ksp.fujixerox.co.jp
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev at ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo at ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)
More information about the Xml-dev
mailing list