Subject: Re: APOSTROPHE in select="..."
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 16 Dec 2002 13:46:32 GMT
|
> anyone can tell me how can I generate an apostrophe character
this is a FAQ
To get an apostrophe in a string you need to use " to delimit the
string so you just need the Xpath expression "'"
To get the three characters "'" into an XML attribute is a question
about XML not XPath or XSLT, there are several ways, for example either
of the following:
select=""'""
select='"'"'
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
|