xsl-list
[Top] [All Lists]

XSLT: text()='''

2003-07-11 06:39:58
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 ' 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



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