OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: SAX LexicalHandler::comment issue



Peter Flynn scripsit:

> But that's what comments are *for*...in any language.
> You mean you'd prefer to debug other people's C++ or
> Perl or LaTeX or FORTRAN *without* comments? 

Of course not.  But in programming languages, there are two levels:
code for the compiler/interpreter, comments for the human reader.
Therefore, compilers discard comments but editors do not.

The Infoset is not about what editors need, but what application
programs need.  Comments have IMO no place in it.

The reason they are there is probably that some people misuse
comments to do what PIs are meant for: directives to the application
that should pass through parsing.

In addition, scripts in HTML (not XHTML) *look like* comments
because of the <!-- ... --> they are typically wrapped in, but
in fact they are not comments: the SCRIPT element is of type
CDATA (which has no XML equivalent), meaning that everything
inside up to the first "</[letter]" is taken as character data.

-- 
John Cowan                                   cowan@ccil.org
One art/there is/no less/no more/All things/to do/with sparks/galore
	--Douglas Hofstadter