[ http://jira.codehaus.org/browse/DOXIA-321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Lukas Theussl moved MSITE-360 to DOXIA-321: ------------------------------------------- Affects Version/s: (was: 2.0-beta-7) 1.0 1.1 Key: DOXIA-321 (was: MSITE-360) Project: Maven Doxia (was: Maven 2.x Site Plugin) > Image handling in docbook > ------------------------- > > Key: DOXIA-321 > URL: http://jira.codehaus.org/browse/DOXIA-321 > Project: Maven Doxia > Issue Type: Bug > Affects Versions: 1.1, 1.0 > 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