Syntax highlighting

git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@3586 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
Tobias Markmann 2009-11-02 18:05:12 +00:00
parent cd4a5cc7fe
commit aa28286994
1 changed files with 4 additions and 2 deletions

View File

@ -41,7 +41,9 @@ OR OTHER DEALINGS IN THE SOFTWARE.
<head>
<title>XEP-<xsl:value-of select='/xep/header/number'/>:<xsl:text> </xsl:text><xsl:value-of select='/xep/header/title' /></title>
<link rel='stylesheet' type='text/css' href='../xmpp.css' />
<link href="../prettify.css" type="text/css" rel="stylesheet" />
<link rel='shortcut icon' type='image/x-icon' href='/favicon.ico' />
<script type="text/javascript" src="../prettify.js"></script>
<!-- BEGIN META TAGS FOR DUBLIN CORE -->
<meta>
<xsl:attribute name='name'><xsl:text>DC.Title</xsl:text></xsl:attribute>
@ -86,7 +88,7 @@ OR OTHER DEALINGS IN THE SOFTWARE.
</meta>
<!-- END META TAGS FOR DUBLIN CORE -->
</head>
<body>
<body onload="prettyPrint()">
<!-- TITLE -->
<h1>XEP-<xsl:value-of select='/xep/header/number' />:<xsl:text> </xsl:text><xsl:value-of select='/xep/header/title' /></h1>
<!-- TOP TABLE -->
@ -860,7 +862,7 @@ OR OTHER DEALINGS IN THE SOFTWARE.
<xsl:template match='code'>
<p class='caption'><xsl:value-of select='@caption'/></p>
<div class='indent'>
<pre><xsl:apply-templates/></pre>
<pre class='prettyprint'><xsl:apply-templates/></pre>
</div>
</xsl:template>