~ubuntu-branches/debian/jessie/gnucash-docs/jessie

« back to all changes in this revision

Viewing changes to xsl/releaseinfo.xsl

  • Committer: Bazaar Package Importer
  • Author(s): James A. Treacy
  • Date: 2004-04-20 00:19:06 UTC
  • Revision ID: james.westby@ubuntu.com-20040420001906-40kllkvvkxlxr9u7
Tags: upstream-1.8.4
ImportĀ upstreamĀ versionĀ 1.8.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version='1.0'?>
 
2
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
 
3
                version='1.0'
 
4
                xmlns="http://www.w3.org/TR/xhtml1/transitional"
 
5
                exclude-result-prefixes="#default">
 
6
 
 
7
<!-- ***************************Releaseinfo*********************-->
 
8
 
 
9
<!-- Custom template to make the releaseinfo tag italicized. -->
 
10
<xsl:template match="releaseinfo" mode="titlepage.mode">
 
11
  <p class="{name(.)}"><i>
 
12
  <xsl:apply-templates mode="titlepage.mode"/>
 
13
  </i></p>
 
14
</xsl:template>
 
15
 
 
16
</xsl:stylesheet>
 
 
b'\\ No newline at end of file'