This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author drtomc
Recipients drtomc, loewis
Date 2007-11-06.22:37:45
SpamBayes Score 0.31154475
Marked as misclassified No
Message-id <1194388666.44.0.426841273228.issue1390@psf.upfronthosting.co.za>
In-reply-to
Content
The W3 guys had some information that helps.

The DOM3 Core specification contains the following

  No lexical check is done on the content of a comment and it is
  therefore possible to have the character sequence "--"
  (double-hyphen) in the content, which is illegal in a comment
  per section 2.5 of [XML 1.0]. The presence of this character
  sequence must generate a fatal error during serialization.

This suggest that toxml is does not comply with DOM3 at any rate.

cheers,
Tom
History
Date User Action Args
2007-11-06 22:37:46drtomcsetspambayes_score: 0.311545 -> 0.31154475
recipients: + drtomc, loewis
2007-11-06 22:37:46drtomcsetspambayes_score: 0.311545 -> 0.311545
messageid: <1194388666.44.0.426841273228.issue1390@psf.upfronthosting.co.za>
2007-11-06 22:37:46drtomclinkissue1390 messages
2007-11-06 22:37:46drtomccreate