zvonBasicXMLtoHTML_1_00.xsl

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