Subject: Re: Matching attributes that contain both &pos; and "
From: Paul_Dick@xxxxxxxxx
Date: Fri, 8 Sep 2000 10:50:38 -0400
|
David writes:
>but you can do match="xxx[.=concat('"',"'")]"
Yes, the working template is a bear to decipher, but it does work.
---XML Source ---
<channel>
<location name=' "x" 'a z'/>
</channel>
---XSLT ---
<xsl:template match="channel/location[@name=concat(' "x" ',"
'a z")]">
<xsl:value-of select="@name"/>
</xsl:template>
Paul
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
- RE: Matching attributes that contain both &pos; and ", (continued)
- Kaganovich, Yevgeniy (Eugene) - Thu, 7 Sep 2000 14:07:57 -0700
- Kay Michael - Fri, 8 Sep 2000 11:41:02 +0100
- Paul_Dick - Fri, 8 Sep 2000 09:44:18 -0400
- Paul_Dick - Fri, 8 Sep 2000 10:50:38 -0400 <=
- Scott_Boag - Fri, 8 Sep 2000 14:18:57 -0400
- Kaganovich, Yevgeniy (Eugene) - Fri, 8 Sep 2000 13:16:57 -0700
- Joe English - Sat, 09 Sep 2000 20:28:42 -0700
- Kay Michael - Mon, 11 Sep 2000 10:15:50 +0100
|
|