Re: comment nodes

>>      <!-- &#45;&#45;-->
>...
> It's well-formed; the only sequences that matter in a comment are "--"
> (illegal) and "-->" (terminator).All other characters are so much junk.

That's about what I expected. The problem is that the DOM has committed to
showing people their "junk",  so we have to decide whether the content of
that comment should be reported as " -- " or " &#45;&#45; "

Which we should pick depends on when numeric character reference processing
occurs versus other parts of XML syntax processing... and I'm still a bit
fuzzy on that detail.

______________________________________
Joe Kesselman  / IBM Research

Received on Friday, 22 September 2000 17:18:52 UTC