2013年3月8日金曜日

[DocBook]HTML で google-code-prettify を使う

XSL に以下を追加

myDocbook.xsl
<xsl:template name="system.head.content">
  <script type="text/javascript" src="/google-code-prettify/prettify.js"></script>
  <link href="/google-code-prettify/prettify.css" rel="stylesheet" type="text/css"></link>
</xsl:template>
<xsl:template name="body.attributes">
  <xsl:attribute name="onload">prettyprint</xsl:attribute>
</xsl:template>

0 件のコメント:

コメントを投稿