corrected dataProviderName to SLW:recordedBy field
authorCherian Mathew <c.mathew@bgbm.org>
Tue, 3 Apr 2012 16:10:27 +0000 (16:10 +0000)
committerCherian Mathew <c.mathew@bgbm.org>
Tue, 3 Apr 2012 16:10:27 +0000 (16:10 +0000)
DataCleaning/xml/slwArtDataBank_to_csv.xsl

index 43b9e9dfc097d9fbb4e3120dc5af5e234dd7e4ca..a24c04e0f2eec194f08aa5c45c7fd84894cf646d 100644 (file)
 
 <xsl:text>,</xsl:text>
 <xsl:call-template name="wrap-when-comma">
-  <xsl:with-param name="unwrappedtext" select="./SLW:instutionCode/text()"/>   
+  <xsl:with-param name="unwrappedtext" select="./SLW:recordedBy/text()"/>   
   <xsl:with-param name="delimiter" select="','"/>
 </xsl:call-template>