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]
Other format: [Raw text]

RE: How to use caracter " in a String


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@viseu.ipiaget.pt>
Reply-To: xsl-list@lists.mulberrytech.com
To: <xsl-list@lists.mulberrytech.com>
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@lists.mulberrytech.com
[mailto:owner-xsl-list@lists.mulberrytech.com]On Behalf Of Tuan-Dung Cao
Sent: Tuesday, June 25, 2002 2:57 PM
To: xsl-list@lists.mulberrytech.com
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



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