You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Lukas Theussl (JIRA)" <ji...@codehaus.org> on 2009/06/04 14:23:42 UTC

[jira] Closed: (DOXIA-321) Image handling in docbook

     [ http://jira.codehaus.org/browse/DOXIA-321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lukas Theussl closed DOXIA-321.
-------------------------------

         Assignee: Lukas Theussl
       Resolution: Fixed
    Fix Version/s: 1.1.1

Fixed in [r781717|http://svn.apache.org/viewvc?view=rev&revision=781717]

> Image handling in docbook
> -------------------------
>
>                 Key: DOXIA-321
>                 URL: http://jira.codehaus.org/browse/DOXIA-321
>             Project: Maven Doxia
>          Issue Type: Bug
>    Affects Versions: 1.0, 1.1
>         Environment: Maven version: 2.0.9
> Java version: 1.5.0_14
> OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows"
>            Reporter: Metin OSMAN
>            Assignee: Lukas Theussl
>             Fix For: 1.1.1
>
>         Attachments: simple-site.zip
>
>
> In a docbook document, Images inside figures don't render correctly.
> I don't know if this issue is being caused by maven-site-plugin or the doxia-docbook-simple-module 
> This :
> {code:xml} 
>     <figure>
>         <title>Geotools Logo</title>
>         <mediaobject>
>             <imageobject>
>                 <imagedata fileref="images/logos/build-by-maven-black.png"
>                     format="PNG"/>
>                 </imageobject>
>             <textobject><phrase>Geotools Logo</phrase></textobject>
>         </mediaobject>
>     </figure>
> {code}
> render itself as :
> {code:xml} 
>     <img><h2>Geotools Logo</h2>
>         
>             
>                 
>                 
>             Geotools Logo
>         
>      /&gt;
> {code}
> The docbook sample is taken from the doxia docbook simple module sources. I have just replaced the imageref with an existing one.
> See attached file project.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira