gpt4 book ai didi

xslt - 在 XSLT 中生成新行

转载 作者:行者123 更新时间:2023-12-03 04:11:27 25 4
gpt4 key购买 nike

我想为 XSLT 中的文本输出生成换行符。有什么想法吗?

最佳答案

以下 XSL 代码将生成 newline (换行)字符:

<xsl:text>&#xa;</xsl:text>

对于 carriage return ,使用:

<xsl:text>&#xd;</xsl:text>

关于xslt - 在 XSLT 中生成新行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/723226/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com