Gangmax Blog

My Tip 42

  1. 在”xslt”中如果要输出”&”符号,需要使用转义符”&”,类似于”<”, “>”,参考这里

  2. 在”xslt”的”xsl:when“中,判断表达式的右项如果是字符串,需要两边用单引号”‘“括起来。

Comments