规范化-space() 不工作

normalize-space() not working

输入:

<article-id pub-id-type="doi">10.13031/aim.20152184755 </article-id>

<article-id pub-id-type="publisher-id">152184755 </article-id>

<article-id pub-id-type="other">Copyright</article-id>

XSLT:

<xsl:value-of select="concat('localfile:', 
  normalize-space(//article-id[@pub-id-type='publisher-id']), '.pdf')">

输出:

xlink:href="localfile:152184755 .pdf(之前。space也来了)

要求输出:

xlink:href="localfile:152184755.pdf

我想从输出中删除 space。

提前致谢

space 可能真的是一个不间断的间距吗?用十六进制编辑器(例如 HHD Software's free-hex-editor)检查文件,看它是否是#160 (xA0)。