From c81b2cd155f7fb8cc13b6bd3f7b1b09e9dd7fff4 Mon Sep 17 00:00:00 2001 From: Bob Stayton Date: Fri, 8 Mar 2013 18:14:57 +0000 Subject: [PATCH] Add support for param img.src.path to image items in opf manifest. --- xsl/epub3/epub3-element-mods.xsl | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/xsl/epub3/epub3-element-mods.xsl b/xsl/epub3/epub3-element-mods.xsl index 171fb2c97..8ba786dc0 100644 --- a/xsl/epub3/epub3-element-mods.xsl +++ b/xsl/epub3/epub3-element-mods.xsl @@ -1237,12 +1237,20 @@ article toc,title,figure,table,example,equation - + + + + + + + @@ -1602,12 +1610,21 @@ article toc,title,figure,table,example,equation - + + + + + + + + -- 2.50.1