Ignore various files generated by documentation
[mp-xquery-moved-to-github.git] / doc / stripref.xsl
1 <?xml version="1.0"?>
2 <xsl:stylesheet
3   xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
4   version="1.0">
5
6     <xsl:output method="xml" encoding="UTF-8"/>
7
8 <xsl:template match="/">
9   <xsl:comment>Generated by stripref.xsl . Do not edit</xsl:comment>
10   <xsl:copy-of select="*"/>
11 </xsl:template>
12
13 </xsl:stylesheet>
14