我想从 Markdown 格式中删除 XSL 空格
Markdown 格式正在进入我的 XSL 并保留其空白和中断。我希望将其转换为实际的 HTML 元素以删除所有空格。
以下是传入数据和数据。 HTML 源,这是用于处理它的代码。XSL
<xsl:value-of select="description-continued" disable-output-escaping="yes" />
输出方法已包含 indent="no"
Markdown formatting is coming into my XSL and maintaining its whitespace and breaks. I want it to be converted to actual HTML elements to remove all whitespace.
Here's a look at the incoming data & HTML source, and here's the code used to process it..
<xsl:value-of select="description-continued" disable-output-escaping="yes" />
The XSL output method already contains indent="no"
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可能只需要(如果没有一组空白字符真的很重要):
You may just need (in case no group of whitespace characters really matters):