diff options
Diffstat (limited to 'dulos-src2012-xml/hes2los33.xsl')
-rw-r--r-- | dulos-src2012-xml/hes2los33.xsl | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/dulos-src2012-xml/hes2los33.xsl b/dulos-src2012-xml/hes2los33.xsl deleted file mode 100644 index 93d9b0f..0000000 --- a/dulos-src2012-xml/hes2los33.xsl +++ /dev/null @@ -1,27 +0,0 @@ -<?xml version="1.0" encoding="ISO-8859-2"?> -<?xml-stylesheet href="." type="application/x-xsl"?> -<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> -<xsl:output method="xml" indent="no" encoding="ISO-8859-2"/> -<xsl:preserve-space elements="*"/> - -<!-- - Transforms hes12-33.xml (hes05-33.dtd) to cs_los12.xml (losfile.dtd ver. 1.15) ---> - -<xsl:template match="@*|node()"> - <xsl:copy> - <xsl:apply-templates select="@*|node()"/> - </xsl:copy> -</xsl:template> - -<xsl:template match="YEAR | MONTH | DAY"> -</xsl:template> - -<xsl:template match="S"> - <xsl:copy> - <xsl:apply-templates - select="@b|@ch|@v|@r2|@ch2|@v2|@r3|@ch3|@v3|@r4|@ch4|@v4|@n|@tr|node()"/> - </xsl:copy> -</xsl:template> - -</xsl:stylesheet> |