setup(
name='librarian',
- version='24.5.9',
+ version='24.5.10',
description='Converter from WolneLektury.pl XML-based language to XHTML, TXT and other formats',
author="Marek Stępniowski",
author_email='marek@stepniowski.com',
</xsl:template>
+<xsl:template match="audio">
+ <span>
+ <xsl:attribute name="data-audio-part">
+ <xsl:value-of select="@part"/>
+ </xsl:attribute>
+ <xsl:attribute name="data-audio-ts">
+ <xsl:value-of select="@ts"/>
+ </xsl:attribute>
+ </span>
+</xsl:template>
+<xsl:template match="audio" mode="inline">
+ <xsl:apply-templates select="." />
+</xsl:template>
+
+
<!-- ================ -->
<!-- = SPECIAL TAGS = -->
<!-- ================ -->