Updated several links to the SRU pages (which was completely re-organized
[id-docbook-common-moved-to-github.git] / stripref.xsl
1 <?xml version="1.0"?>
2 <!-- $Id: stripref.xsl,v 1.2 2006-09-05 11:57:23 adam Exp $ -->
3 <xsl:stylesheet
4   xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
5   version="1.0">
6
7     <xsl:output method="xml" encoding="UTF-8"/>
8
9 <xsl:template match="/">
10   <xsl:comment>Generated by stripref.xsl . Do not edit</xsl:comment>
11   <xsl:copy-of select="*"/>
12 </xsl:template>
13
14 </xsl:stylesheet>
15