Add comment explaining the previous fix.
[Samba.git] / docs-xml / xslt / strip-references.xsl
blobc3dbb71e1128d14aaa886c000d07c5d6be6b22cc
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']"/>
7 <xsl:template match="reference/refentry/refmeta"/>
9 <xsl:template match="reference/refentry/refnamediv"/>
10 </xsl:stylesheet>