如何在 XML 中对换行符进行编码
我的 XML 元素包含带有换行符的文本,但没有其他格式。文本由 JavaScript 读取并以 HTML 形式显示。是否有 XML 安全的方法来编码换行符,或者该文本是否需要为 CDATA?
示例:
<sample>Here is a line <br>Here is another</sample>
I have XML elements that contain text with newlines but no other formatting. The text is being read by javascript and displayed in HTML. Is there an XML-safe way to encode the linebreak, or does this text need to be CDATA?
Example:
<sample>Here is a line <br>Here is another</sample>
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
需要是 CDATA:
needs to be CDATA: