Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0, 1.1
-
None
-
None
-
Maven version: 2.0.9
Java version: 1.5.0_14
OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows"
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 />
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.
Attachments
Attachments
Issue Links
- relates to
-
DOXIA-184 Docbook issues
- Closed