Author Login
Post Reply
Image handling in docbook
-------------------------
Key: MSITE-360
URL: http://jira.codehaus.org/browse/MSITE-360
Project: Maven 2.x Site Plugin
Issue Type: Bug
Affects Versions: 2.0-beta-7
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
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
/>
{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