Re: [xsl] output an apostrophe

Subject: Re: [xsl] output an apostrophe
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 1 Nov 2002 13:21:18 GMT
> want to output the following as a literal string

you need to give more information, what are you doing and what does the
system do that you say doesn't work, and what is that system?

a template of the form

<xsl:template match="xxx">child::*[name()='mntoption']/@value</xsl:template>

should put the literal characters child::*[name()='mntoption']/@value
into the output.


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