Adding elements irspy:libraryType and irspy:country to persistent version of
authorAnders S. Mortensen <sondberg@indexdata.dk>
Fri, 30 Mar 2007 17:17:44 +0000 (17:17 +0000)
committerAnders S. Mortensen <sondberg@indexdata.dk>
Fri, 30 Mar 2007 17:17:44 +0000 (17:17 +0000)
zeerex record (bug #925).

xsl/irspy2zeerex.xsl

index c3d0041..6ac8cd2 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <!--
 <?xml version="1.0"?>
 <!--
-    $Id: irspy2zeerex.xsl,v 1.18 2007-03-30 12:48:36 sondberg Exp $
+    $Id: irspy2zeerex.xsl,v 1.19 2007-03-30 17:17:44 sondberg Exp $
 
     This stylesheet is used by IRSpy to map the internal mixed Zeerex/IRSpy
     record format into the Zeerex record which we store.
 
     This stylesheet is used by IRSpy to map the internal mixed Zeerex/IRSpy
     record format into the Zeerex record which we store.
   -->
   <xsl:template name="insert-irspySection">
     <irspy:status>
   -->
   <xsl:template name="insert-irspySection">
     <irspy:status>
+      <xsl:copy-of select="*/irspy:libraryType"/>
+      <xsl:copy-of select="*/irspy:country"/>
       <xsl:copy-of select="*/irspy:probe"/>
 
       <xsl:call-template name="insert-latest-nodes">
       <xsl:copy-of select="*/irspy:probe"/>
 
       <xsl:call-template name="insert-latest-nodes">