html 属性中的 xslt 标记
我在 Umbraco 中使用 xslt。我想从媒体文件夹中获取图像作为我正在创建的 div 的背景。 我的问题是我不知道如何在同一行中使用 HTML 和 xslt (如果我需要的话) 例如:
<div style="background-image: url([get image path via xslt]);"></div>
关于如何做到这一点有什么想法吗? 谢谢你! -埃拉德
I am using xslt in Umbraco. I want to get an image from the media folder as a background for a div I'm creating.
My problem is I don`t know how to use both HTML and xslt in the same line (if I even need to)
For example:
<div style="background-image: url([get image path via xslt]);"></div>
Any ideas on how this can be done?
Thank you!
-Elad
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
应用于此 XML:
结果是:
Applied against this XML:
Result is:
我对 Umbraco 一无所知,但如果这是你想要的,你可以尝试阅读。
I know nothing about Umbraco but you can try to read if this is what you wanted.