开发者

xsl decoding my xml

开发者 https://www.devze.com 2023-01-23 14:28 出处:网络
i dont want the xslt to decode xml like chngeing html sequence and other things is there any thing i can add to the template to seect it words as it is like

i dont want the xslt to decode xml like chngeing html sequence and other things is there any thing i can add to the template to seect it words as it is like

select="node() some code" 

开发者_如何学Gothank you,


You want to use the disable-output-escaping option:

<xsl:value-of select="node()" disable-output-escaping="yes" />
0

精彩评论

暂无评论...
验证码 换一张
取 消