Issue Details (XML | Word | Printable)

Key: DOXIA-321
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Lukas Theussl
Reporter: Metin OSMAN
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Maven Doxia

Image handling in docbook

Created: 02/Oct/08 08:11 AM   Updated: 04/Jun/09 07:22 AM   Resolved: 04/Jun/09 07:22 AM
Return to search
Component/s: None
Affects Version/s: 1.0, 1.1
Fix Version/s: 1.1.1

Time Tracking:
Not Specified

File Attachments: 1. Zip Archive simple-site.zip (3 kB)

Environment:
Maven version: 2.0.9
Java version: 1.5.0_14
OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows"
Issue Links:
Related
 


 Description  « Hide

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.



Lukas Theussl made changes - 15/May/09 02:18 AM
Field Original Value New Value
Affects Version/s 2.0-beta-7 [ 13092 ]
Affects Version/s 1.0 [ 14834 ]
Affects Version/s 1.1 [ 13617 ]
Key MSITE-360 DOXIA-321
Project Maven 2.x Site Plugin [ 11146 ] Maven Doxia [ 10780 ]
Lukas Theussl made changes - 15/May/09 02:20 AM
Link This issue relates to DOXIA-184 [ DOXIA-184 ]
Lukas Theussl added a comment - 04/Jun/09 07:22 AM

Fixed in r781717


Lukas Theussl made changes - 04/Jun/09 07:22 AM
Assignee Lukas Theussl [ lukas ]
Resolution Fixed [ 1 ]
Fix Version/s 1.1.1 [ 15073 ]
Status Open [ 1 ] Closed [ 6 ]