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

Subject: RE: [xsl] How to use caracter " in a String
From: "Vasu Chakkera" <vasucv@xxxxxxxxxxx>
Date: Tue, 25 Jun 2002 16:31:17 +0000
What you probably want is:
<xsl:param name="whatever">'I want to say "Hello"'</xsl:param>

If there is no apparent use of a parameter, i think <xsl:variable> would do the job
Vasu



From: "Americo Albuquerque \(E-mail\)" <aalbuquerque@xxxxxxxxxxxxxxxx>
Reply-To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Subject: RE: [xsl] How to use caracter " in a String
Date: Tue, 25 Jun 2002 17:01:53 +0100

What you probably want is:
<xsl:param name="whatever">'I want to say "Hello"'</xsl:param>


-----Original Message----- From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of Tuan-Dung Cao Sent: Tuesday, June 25, 2002 2:57 PM To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx Subject: [xsl] How to use caracter " in a String


I want to set the value of a parameter to a String which contain ".


How can i do ? for example in this case

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

It not run

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




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




_________________________________________________________________
MSN Photos is the easiest way to share and print your photos: http://photos.msn.com/support/worldwide.aspx



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



Current Thread