Subject: RE: dashes in xsl:comment not allowed
From: "Evan Lenz" <elenz@xxxxxxxxxxx>
Date: Fri, 22 Jun 2001 12:13:26 -0700
|
> Are there other character rules that I should know about xsl:comment?
This is an XML 1.0 "for compatibility" thing.[1] This is the only
restriction on what characters are allowed inside a comment.
[15] Comment ::= '<!--' ((Char - '-') | ('-' (Char - '-')))* '-->'
Evan Lenz
XYZFind Corp.
[1] http://www.w3.org/TR/REC-xml#sec-comments
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|