如何将 web.sitemap 显示的单词设置为斜体
我有一个公司名称总是需要斜体。我的导航是由站点地图驱动的,但我不知道如何使该词变为斜体。这个词总是相同的,所以我考虑了一些 Jscript,但想知道是否还有其他选择。谢谢。
I have a company name that always needs to be italicized. I have navigation that is driven by my sitemap and I can not figure out how to italicize the word. The word is always the same, so I thought about some Jscript, but was wondering if I had any other options. Thank You.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果站点地图是 XML 文档,那么您可以使用 XSLT 样式表来打印内容(一个小教程:http ://www.w3schools.com/xsl/)。
但如果不使用 CSS 或标签,你就无法将单词设置为斜体。每个符号没有斜体字符。所以在纯 XML 文档中没有办法做到这一点。
If the sitemap is an XML document than you might use an XSLT stylesheet to print out the content (a little tutorial: http://www.w3schools.com/xsl/).
But without using CSS or tags you can't make a word italic. There is no italic char for each symbol. So in a pure XML document there is no ways to do that.
我在站点地图中添加了斜体字符编码。例如:对于 <我用了<
I added character encodings to my sitemap to italicize. Ex: for < I used <