~sascha-manns-h/+junk/xfc-manns-stylesheet

« back to all changes in this revision

Viewing changes to debian/xfc-manns-stylesheet/opt/XMLmind/xfc-manns-stylesheet/xsl/fo/keywords.xsl

  • Committer: Sascha Manns
  • Date: 2017-09-18 15:13:59 UTC
  • Revision ID: sascha.manns@mailbox.org-20170918151359-9j8at67ye08hugxm
Cleanup and Rebuild

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version='1.0'?>
2
 
<xsl:stylesheet exclude-result-prefixes="d"
3
 
                 xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
4
 
                xmlns:d="http://docbook.org/ns/docbook"
5
 
xmlns:fo="http://www.w3.org/1999/XSL/Format"
6
 
                version='1.0'>
7
 
 
8
 
<!-- ********************************************************************
9
 
     $Id: keywords.xsl 6910 2007-06-28 23:23:30Z xmldoc $
10
 
     ********************************************************************
11
 
 
12
 
     This file is part of the XSL DocBook Stylesheet distribution.
13
 
     See ../README or http://docbook.sf.net/release/xsl/current/ for
14
 
     copyright and other information.
15
 
 
16
 
     ******************************************************************** -->
17
 
 
18
 
<xsl:template match="d:keywordset"></xsl:template>
19
 
<xsl:template match="d:subjectset"></xsl:template>
20
 
 
21
 
<!-- ==================================================================== -->
22
 
 
23
 
</xsl:stylesheet>