A different comment syntax question

David Megginson david at megginson.com
Fri Jul 17 18:03:56 BST 1998


Rob Cameron writes:

 > If, as I assume, the answer is that only the double hyphen case
 > is a concern, then the grammar needs to be changed.
 > 
 >    Comment ::= '<!--' (Char* - (Char* '--' Char*)) '-->'

I imagine that there would be look-ahead problems: a parser would find
'--', then see that '-' is the following character, and then report an
error.  I don't think that anything in the XML 1.0 REC currently
requires more than one character look-ahead.

As a simple work-around, I'd recommend always adding a space to the
beginning and end of your comment string before surrounding it by the
delimiters, so you'd have

  <!-- This is a comment - -->

rather than

  <!--This is a comment--->


All the best,


David

-- 
David Megginson                 david at megginson.com
           http://www.megginson.com/

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