fix for audio
[librarian.git] / src / librarian / xslt / book2html.xslt
index 7ea41d4..b1099e0 100644 (file)
 </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 = -->
 <!-- ================ -->