This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: dashes in xsl:comment not allowed


> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]