Re: [xsl] How to use caracter " in a String

Subject: Re: [xsl] How to use caracter " in a String
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 25 Jun 2002 16:33:19 +0100
> Tom P


  <xsl:value select='I want to say "Hello"'/>

  or

  <xsl:value-of select="I want to say &quot;Hello&quot;"/>

No you one set of quotes for the XML attribute and another for the XPath
string. It's a syntax error as it stands.

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