Skip to content

Instantly share code, notes, and snippets.

<?xml version="1.0"?>
<xsl:stylesheet version="2.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xsl:output indent="yes" encoding="UTF-8"/>
<xsl:template match="/">
<ead>
<?xml version="1.0"?>
<!--
Based on http://andrewjwelch.com/code/xslt/csv/csv-to-xml_v2.html
2017-05-06, phu@openbiblio.eu
-->
<xsl:stylesheet version="2.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:fn="fn"
exclude-result-prefixes="xs fn">