s3:lib/events: make use of tevent_common_loop_timer_delay()
[Samba/gebeck_regimport.git] / docs-xml / xslt / strip-references.xsl
blob951d4be174c5b3ae01a4dd710948209fb841c7d6
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 <xsl:template match="reference/refentry/refmeta"/>
7 <xsl:template match="reference/refentry/refnamediv"/>
8 </xsl:stylesheet>