From 7bf9027c47a882c10679a293697837a32f56671a Mon Sep 17 00:00:00 2001 From: Bob Stayton Date: Mon, 3 Oct 2011 15:51:48 +0000 Subject: [PATCH] Allow selection by role for multiple imageobject elements within an imageobjectco, which since Docbook 5 allows multiple imageobjects. --- xsl/fo/graphics.xsl | 26 +++++++++++++++++++++++++- xsl/html/graphics.xsl | 26 +++++++++++++++++++++++++- 2 files changed, 50 insertions(+), 2 deletions(-) diff --git a/xsl/fo/graphics.xsl b/xsl/fo/graphics.xsl index 1154f8483..151acd27c 100644 --- a/xsl/fo/graphics.xsl +++ b/xsl/fo/graphics.xsl @@ -434,8 +434,32 @@ - + + + + + + + + + + + + + + + + + + + + + + + diff --git a/xsl/html/graphics.xsl b/xsl/html/graphics.xsl index ac0550f48..b9df7a82f 100644 --- a/xsl/html/graphics.xsl +++ b/xsl/html/graphics.xsl @@ -1159,8 +1159,32 @@ valign: - + + + + + + + + + + + + + + + + + + + + + + + -- 2.40.0