~zulcss/samba/server-dailies-3.4

« back to all changes in this revision

Viewing changes to docs-xml/xslt/strip-references.xsl

  • Committer: Chuck Short
  • Date: 2010-09-28 20:38:39 UTC
  • Revision ID: zulcss@ubuntu.com-20100928203839-pgjulytsi9ue63x1
Initial version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version='1.0'?>
 
2
<!-- Removes particular (unuseful for the book) elements from references -->
 
3
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
 
4
        version="1.1">
 
5
        <xsl:template match="reference/refentry/refsect1[title='VERSION' or title='AUTHOR']"/>
 
6
 
 
7
        <xsl:template match="reference/refentry/refmeta"/>
 
8
 
 
9
        <xsl:template match="reference/refentry/refnamediv"/>
 
10
</xsl:stylesheet>