From ba13740515dcff21e3dbfc8851d056dc9e0aba6c Mon Sep 17 00:00:00 2001 From: Bob Stayton Date: Tue, 7 Jul 2015 17:32:03 +0000 Subject: [PATCH] Fix bugs #1305 and 1353: support multiple videodata/audiodata using the source element of html5 video and audio elements. --- xsl/xhtml5/html5-element-mods.xsl | 202 ++++++++++++++++++++++-------- 1 file changed, 152 insertions(+), 50 deletions(-) diff --git a/xsl/xhtml5/html5-element-mods.xsl b/xsl/xhtml5/html5-element-mods.xsl index b9a89dc4f..cf533ff26 100644 --- a/xsl/xhtml5/html5-element-mods.xsl +++ b/xsl/xhtml5/html5-element-mods.xsl @@ -5,16 +5,17 @@ ]> - + @@ -646,56 +647,105 @@ - + + + + + + + + + + + + - + + - + + + - - + + - + + - + + + + + + + + + + + + - + + @@ -703,49 +753,73 @@ - - + + + - - - + - - - - + + + - - + + + + - + - - - - + + - - + + + + + + - - + + + + + + - + @@ -753,6 +827,7 @@ + @@ -776,17 +851,44 @@ - - + + + + + + + + + + + + - + + + + - + + + + + + + + + + + + + + + -- 2.40.0