Re: [xsl] Add Single Quote Character in XSLT

Subject: Re: [xsl] Add Single Quote Character in XSLT
From: "G. Ken Holman" <gkholman@xxxxxxxxxxxxxxxxxxxx>
Date: Sat, 10 Jan 2004 11:23:44 -0500
At 2004-01-09 22:21 -0700, Karl J. Stubsjoen wrote:
I need to add a Single Quote within a property where single quotes are used
to enclose the property value:

<xsl:value-of select="ms:format-date(@dt_to,'MMM-dd yy')"/>

Just before the yy, I'd like to add a single quote so 'yy

<xsl:value-of select='ms:format-date(@dt_to,"MMM-dd &apos;yy")'/>


I hope this helps.

........................... Ken


-- North America (Washington, DC): 3-day XSLT/2-day XSL-FO 2004-03-15 Instructor-led on-site corporate, government & user group training for XSLT and XSL-FO world-wide: please contact us for the details

G. Ken Holman                 mailto:gkholman@xxxxxxxxxxxxxxxxxxxx
Crane Softwrights Ltd.          http://www.CraneSoftwrights.com/s/
Box 266, Kars, Ontario CANADA K0A-2E0    +1(613)489-0999 (F:-0995)
ISBN 0-13-065196-6                       Definitive XSLT and XPath
ISBN 0-13-140374-5                               Definitive XSL-FO
ISBN 1-894049-08-X   Practical Transformation Using XSLT and XPath
ISBN 1-894049-11-X               Practical Formatting Using XSL-FO
Member of the XML Guild of Practitioners:     http://XMLGuild.info
Male Breast Cancer Awareness  http://www.CraneSoftwrights.com/s/bc


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



Current Thread