XSLT for GBIFResponse to CSV format.
authorCherian Mathew <c.mathew@bgbm.org>
Thu, 1 Mar 2012 15:10:45 +0000 (15:10 +0000)
committerCherian Mathew <c.mathew@bgbm.org>
Thu, 1 Mar 2012 15:10:45 +0000 (15:10 +0000)
commit51dd225af4cd6fc7156f4958873280c83d3f34a9
tree7c536fbf60af2cc1ff3be3f2e125a29ba1ce80d8
parentd566e4b1c1567b0174afebb6885779855a75363e
XSLT for GBIFResponse to CSV format.
To be used to generate input test cases for the Taxonomy Data Cleaning Workflow (based on https://wiki.biovel.eu/display/BioVeL/Data+Cleaning+Workflow+Elements ). Also used in the Data Cleaning workflow to convert GBIF response to csv format.

Includes handling of commas within strings (by wrapping strings in double quotes) and escaping double quotes with double quotes.
.gitattributes
DataCleaning/xml/gbifResponse_to_csv.xsl [new file with mode: 0755]