开发者

xsl decoding my xml

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜