xsl-list
[Top] [All Lists]

RE: Invalid XPath Converting " to '

2003-10-23 04:08:50
Thanks Mike works a treat .

-----Original Message-----
From: owner-xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
[mailto:owner-xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com]On Behalf Of 
Michael Kay
Sent: 22 October 2003 18:58
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: RE: [xsl] Invalid XPath Converting " to '


<xsl:variable name="quot">"</xsl:variable>
<xsl:variable name="apos">'</xsl:variable>

translate(., $quot, $apos)

Michael Kay


-----Original Message-----
From: owner-xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com 
[mailto:owner-xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com] On Behalf Of 
Arthur Maloney
Sent: 22 October 2003 16:24
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: [xsl] Invalid XPath Converting " to '


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(_at_)seipas(_dot_)com


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



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


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



<Prev in Thread] Current Thread [Next in Thread>