Change default install to build tar-able and complete 'dist' folder
[senf.git] / doclib / tag-munge.xsl
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"\r
3                 version="1.0">\r
4   \r
5   <xsl:output method="xml"/>\r
6     \r
7   <xsl:template match="compound[@kind='namespace']">\r
8   </xsl:template>\r
9 \r
10   <xsl:template match="*">\r
11     <xsl:copy>\r
12       <xsl:for-each select="@*"><xsl:copy/></xsl:for-each>\r
13       <xsl:apply-templates/>\r
14     </xsl:copy>\r
15   </xsl:template>\r
16 \r
17 </xsl:stylesheet>\r