You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by br...@apache.org on 2004/04/28 06:55:46 UTC

svn commit: rev 10347 - in xml/forrest/trunk: . src/core/context/resources/stylesheets

Author: brondsem
Date: Tue Apr 27 21:55:45 2004
New Revision: 10347

Modified:
   xml/forrest/trunk/src/core/context/resources/stylesheets/docbook2document.xsl
   xml/forrest/trunk/status.xml
Log:
fix FOR-115; table around graphic in docbook

Modified: xml/forrest/trunk/src/core/context/resources/stylesheets/docbook2document.xsl
==============================================================================
--- xml/forrest/trunk/src/core/context/resources/stylesheets/docbook2document.xsl	(original)
+++ xml/forrest/trunk/src/core/context/resources/stylesheets/docbook2document.xsl	Tue Apr 27 21:55:45 2004
@@ -563,6 +563,7 @@
       </xsl:template>
 
       <xsl:template match="graphic|imagedata">
+           <table>
             <tr>
                   <td>
                         <img alt="{@srccredit}" src="{@fileref}"/>
@@ -579,6 +580,7 @@
                         </td>
                   </tr>
             </xsl:if>
+           </table>
       </xsl:template>
       <xsl:template match="simplelist">
             <ul>

Modified: xml/forrest/trunk/status.xml
==============================================================================
--- xml/forrest/trunk/status.xml	(original)
+++ xml/forrest/trunk/status.xml	Tue Apr 27 21:55:45 2004
@@ -44,6 +44,9 @@
 
   <changes>
     <release version="0.6-dev" date="unreleased">
+      <action dev="DPB" type="fix" context="core" due-to="Rob Exley" fixes-bug="FOR-115">
+        Proper table around 'graphic' in simplified docbook.
+      </action>
       <action dev="JJP" type="fix" context="core" >
         Replace document() function to get skinconf values and use "//skinconfig"
         Fix order so it can validate skinconf