[xsl] XSLT: text()='''

Subject: [xsl] XSLT: text()='''
From: "Cole, Chris" <chris.cole@xxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 11 Jul 2003 13:39:58 -0000
Hello,
As part of my stylesheet I was replacing a few terms using the following
construct, but I appear to be having a problem with this particular string
replacement as it contains an &apos; entity. Can anyone suggest what I'm
doing wrong please?

XSLT:
  <xsl:template match="//subjectterm[text()='Employees&apos; rights and
obligations']">
    <subjectterm>Employees rights</subjectterm>
  </xsl:template>

Thanks
Chris

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


Current Thread