I tried to use the DC to MODS XSLT[1] on
loc.gov, but the transformation failed because the included stylesheets could not be found. The stylesheets are referenced here:
<xsl:output method="xml" indent="yes" encoding="UTF-8"/>
<xsl:include href="inc/dcmiType.xsl"/>
<xsl:include href="inc/mimeType.xsl"/>
<xsl:include href="inc/csdgm.xsl"/>
<xsl:include href="inc/forms.xsl"/>
<xsl:include href="inc/iso3166-1.xsl"/>
<xsl:include href="inc/iso639-2.xsl"/>
. But the stylesheets are actually located at
.