简体   繁体   中英

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" 

thank you,

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

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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