开发者

What is the escape character for semi-coloon(;) in xslt

开发者 https://www.devze.com 2023-04-10 14:22 出处:网络
I can\'t seem figure out the escape character for semi-colon(;) in XSLT. I\'m trying to put this line in my head tag

I can't seem figure out the escape character for semi-colon(;) in XSLT. I'm trying to put this line in my head tag

<META http-equiv="Content-Type" content="text/html; charset=UTF-16">

but the se开发者_运维问答mi-colon (;) after the HTML is causing me problems.


I think you need to use xsl:output instead:

<xsl:output method="html" encoding="UTF-16" indent="yes" />
0

精彩评论

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

关注公众号