Put XML generated file YAZ.2.1.32
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 5 Sep 2006 11:57:23 +0000 (11:57 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 5 Sep 2006 11:57:23 +0000 (11:57 +0000)
ref2dbinc.xsl
stripref.xsl

index 764899c..400688f 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version="1.0"?>
-<!-- $Id: ref2dbinc.xsl,v 1.1 2006-04-20 12:10:50 adam Exp $ -->
+<!-- $Id: ref2dbinc.xsl,v 1.2 2006-09-05 11:57:23 adam Exp $ -->
 <xsl:stylesheet
   xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
   version="1.0">
@@ -7,6 +7,7 @@
     <xsl:output method="xml" encoding="UTF-8"/>
 
 <xsl:template match="/refentry">
+  <xsl:comment>Generated by stripref.xsl . Do not edit</xsl:comment>
   <section>
     <title>
       <xsl:value-of select="refmeta/refentrytitle"/>
index e29ad3a..ce20c46 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version="1.0"?>
-<!-- $Id: stripref.xsl,v 1.1 2006-09-05 10:05:14 adam Exp $ -->
+<!-- $Id: stripref.xsl,v 1.2 2006-09-05 11:57:23 adam Exp $ -->
 <xsl:stylesheet
   xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
   version="1.0">
@@ -7,6 +7,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>