zvonBasicXMLtoHTML_1_00.xsl
- <?xml version="1.0"?>
- <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
- <xsl:import href=" rootHTMLTemplate_1_00.xsl"/>
- <xsl:import href=" generalTemplates_1_00.xsl"/>
- <xsl:template match="popisnéÚdaje|front">
- <H1><xsl:apply-templates select="název|title"/></H1>
- </xsl:template>
- <xsl:template match="vlastníText|body|zvonMembers">
- <xsl:apply-templates select="*"/>
- </xsl:template>
- </xsl:stylesheet>