0

我被困住了。我想用' spacer '替换我的字符串中的 & 。这是我在做什么

<xsl:variable name="WithoutAmpersand">
  <xsl:call-template name="replaceCharsInString">
    <xsl:with-param name="stringIn" 
        select="$serviceNameWithoutCloseParanthesis"/>
    <xsl:with-param name="charsIn" select="'&amp;'"/>
    <xsl:with-param name="charsOut" select="'_spacer_'"/>
  </xsl:call-template>
</xsl:variable>

我得到'实体名称必须立即跟随实体引用中的'&''例外。请帮助解决这个问题。

4

0 回答 0