简体   繁体   English

XSL解码我的XML

[英]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 我不希望xslt像chngeing html序列那样解码xml,其他的事情是我可以添加到模板中以使其看起来像单词的任何东西

select="node() some code" 

thank you, 谢谢,

您要使用disable-output-escapeing选项:

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM