我的代码
<xsl:element name="g:google_product_category" >
<xsl:value-of select="google_shopping_category" />
</xsl:element>
输出
<g:google_product_category>2826 - Hardware > Building Materials > Flooring & Carpet<br /></g:google_product_category>
问题
我需要从值
的末尾删除<br />
备注
根据我的阅读,有几种方法可以完成我的任务:
剥离HTML
用空白替换文字
从值
但是,我无法无误地按照说明操作。