]> granicus.if.org Git - docbook-dsssl/commitdiff
Fix ambiguity issue with videodata @* template.
authorBob Stayton <bobs@sagehill.net>
Mon, 16 Apr 2012 08:24:39 +0000 (08:24 +0000)
committerBob Stayton <bobs@sagehill.net>
Mon, 16 Apr 2012 08:24:39 +0000 (08:24 +0000)
xsl/xhtml5/html5-element-mods.xsl

index dd073b1dc9ec73f2d33a951d9180ad86a8ee4afd..e1b04739593af917379b305a9f26fe85cc7d097a 100644 (file)
   <xsl:copy-of select="."/>
 </xsl:template>
 
-<xsl:template match="videodata/@*">
+<xsl:template match="videodata/@*" priority="-1">
   <!-- Do nothing with the rest of the attributes -->
 </xsl:template>
 
-<xsl:template match="audiodata/@*">
+<xsl:template match="audiodata/@*" priority="-1">
   <!-- Do nothing with the rest of the attributes -->
 </xsl:template>