Maven Doxia

Image handling in docbook

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 1.0, 1.1
  • Fix Version/s: 1.1.1
  • Component/s: None
  • Labels:
    None
  • Environment:
    Maven version: 2.0.9
    Java version: 1.5.0_14
    OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows"
  • Number of attachments :
    1

Description

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 :

<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>

render itself as :

<img><h2>Geotools Logo</h2>

        
            
                
                
            Geotools Logo
        
     /&gt;

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.

Issue Links

Activity

Hide
Lukas Theussl added a comment -

Fixed in r781717

Show
Lukas Theussl added a comment - Fixed in r781717

People

Vote (0)
Watch (1)

Dates

  • Created:
    Updated:
    Resolved: