Add URL for ID support area
[id-docbook-common-moved-to-github.git] / stripref.xsl
index e29ad3a..b39f24a 100644 (file)
@@ -1,5 +1,4 @@
 <?xml version="1.0"?>
-<!-- $Id: stripref.xsl,v 1.1 2006-09-05 10:05:14 adam Exp $ -->
 <xsl:stylesheet
   xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
   version="1.0">
@@ -7,6 +6,7 @@
     <xsl:output method="xml" encoding="UTF-8"/>
 
 <xsl:template match="/">
+  <xsl:comment>Generated by stripref.xsl . Do not edit</xsl:comment>
   <xsl:copy-of select="*"/>
 </xsl:template>