Uploaded image for project: 'Maven Doxia'
  1. Maven Doxia
  2. DOXIA-321

Image handling in docbook

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.0, 1.1
    • 1.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
              
           /&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.

      Attachments

        1. simple-site.zip
          3 kB
          Metin OSMAN

        Issue Links

          Activity

            People

              ltheussl Lukas Theussl
              mosman Metin OSMAN
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: