[xsl] Invalid XPath Converting " to '

Subject: [xsl] Invalid XPath Converting " to '
From: Arthur Maloney <ArthurMaloney@xxxxxxxxxx>
Date: Wed, 22 Oct 2003 16:23:45 +0100
Hello xsl-list,

 This is an attribute of an element:   defaultValue="&quot;password&quot;"

 i.e. "password"   I am trying to convert it to 'password'

In an xslt stylesheet as part of a choose I am using:

<xsl:otherwise><xsl:value-of select="translate(@defaultValue,'&quot;','Z')" /></xsl:otherwise>

This works and changes " to Z
but I want ' single quote

when I use : "translate(@defaultValue,'&quot;','&apos;')"

I get Invalid XPath expression

How do you do this conversion?

 

-- 
Best regards,
 Arthur                          mailto:ArthurMaloney@xxxxxxxxxx


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


Current Thread