文档中的语法突出显示

发布于 2024-11-07 22:52:03 字数 203 浏览 0 评论 0原文

我使用 xalan-j_2_7_1 和 docbook-xsl-1.76.1 生成文档。我在 hibernate 文档 中看到,它们使用语法突出显示那里的代码。我怎样才能在我的文档中做到这一点?

I use xalan-j_2_7_1 and docbook-xsl-1.76.1 to generate documentation. I saw in hibernate documentation, that they use syntax highlighting in there code. How can i do it in my doc?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

回梦 2024-11-14 22:52:03

查看 highlight.source 参数:

<xsl:param name="highlight.source" select="0"></xsl:param>

当该参数非零时,
样式表将尝试执行语法
突出显示内容
节目列表元素。您指定
每个节目列表的语言
通过使用语言属性。这
高亮.默认.语言参数
可用于指定语言
对于没有语言的节目列表
属性。语法高亮也
适用于屏幕和概要
元素。

参考:DocBook XSL 样式表:参考文档

Check out the highlight.source parameter:

<xsl:param name="highlight.source" select="0"></xsl:param>

When this parameter is non-zero, the
stylesheets will try to do syntax
highlighting of the content of
programlisting elements. You specify
the language for each programlisting
by using the language attribute. The
highlight.default.language parameter
can be used to specify the language
for programlistings without a language
attribute. Syntax highlighting also
works for screen and synopsis
elements.

Reference: DocBook XSL Stylesheets: Reference Documentation

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文