You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by is...@cocoondev.org on 2004/04/26 23:22:59 UTC

[issues] Updated: (FOR-115) [PATCH] docbook2document.xsl: missing table element for images

The following issue has been updated:

    Updater: Juan Jose Pablos (mailto:cheche@che-che.com)
       Date: Mon, 26 Apr 2004 11:22 PM
    Changes:
[Fix For] set to [0.6]
[Summary] changed from [docbook2document.xsl: missing table element for images] to [[PATCH] docbook2document.xsl: missing table element for images]

---------------------------------------------------------------------
For a full history of the issue, see:

  http://issues.cocoondev.org/jira//secure/ViewIssue.jspa?key=FOR-115&page=history

---------------------------------------------------------------------
View the issue:

  http://issues.cocoondev.org/jira//secure/ViewIssue.jspa?key=FOR-115


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: FOR-115
    Summary: [PATCH] docbook2document.xsl: missing table element for images
       Type: Bug

     Status: Unassigned
   Priority: Major

    Project: Forrest
  Component: Forrest skins
    Fix For: 0.6

   Assignee: 
   Reporter: Rob Exley

    Created: Fri, 13 Feb 2004 5:07 PM
    Updated: Mon, 26 Apr 2004 11:22 PM

Description:
The html generated from a docbook source file containing a mediaobject element with an associated image has a missing container table element. The result of which is that the html is incorrect and causes the display to be messed up.

Given the following in a document

<mediaobject>
  <imageobject>
    <imagedata fileref="images/imageA.png" format="PNG"/>
  </imageobject>
</mediaobject>

the following is the resultant section of html

<tr>
<td><img alt="" src="images/imageA.png"></td>
</tr>

This requires a wrapper <table> element for it to be valid html. The affected files are 

src/core/context/resources/stylesheets/docbook2document.xsl



---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.cocoondev.org/jira//Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira