added checklist url attribute to synonymResponse tag
authorCherian Mathew <c.mathew@bgbm.org>
Wed, 6 Jun 2012 13:34:34 +0000 (13:34 +0000)
committerCherian Mathew <c.mathew@bgbm.org>
Wed, 6 Jun 2012 13:34:34 +0000 (13:34 +0000)
DataCleaning/xml/colres_to_synres.xsl

index 2f962c98cfd47fb74d045b00a1060c1a6097576e..6ca53b1bdcb7f34dd08843c3ed238dd9731b7f30 100755 (executable)
@@ -14,7 +14,7 @@
        <xsl:param name="syncheckid"></xsl:param>
 
        <xsl:template match="/">   
-       <synonymResponse checklist="Catalogue Of Life">
+       <synonymResponse checklist="Catalogue Of Life" checklist_url="http://www.catalogueoflife.org/info/about" >
          <xsl:apply-templates select="results/result"/>
        </synonymResponse>            
      </xsl:template>