Re: [xsl] element with mark of exclamation

Subject: Re: [xsl] element with mark of exclamation
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 3 Oct 2001 09:40:35 +0100
> I have a problem with writing element with mark of exclamation (<!...>)

XML element names have to start with a letter. You can not have an
element whose names begins with ! in XML. This is an XML restriction not
an XSL one. If you mean to creat an XML comment, <!-- abc --> then use
the xsl:comment instruction.

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread