[jbossws-issues] [JBoss JIRA] Created: (JBWS-1960) Patch wiki2xml image link support

Alessio Soldano (JIRA) jira-events at lists.jboss.org
Mon Jan 21 11:47:23 EST 2008


Patch wiki2xml image link support
---------------------------------

                 Key: JBWS-1960
                 URL: http://jira.jboss.com/jira/browse/JBWS-1960
             Project: JBoss Web Services
          Issue Type: Feature Request
      Security Level: Public (Everyone can see)
          Components: productization
            Reporter: Alessio Soldano
         Assigned To: Alessio Soldano


Currently installed version of wiki2xml plug-in supports images links however wrong url are produced in docbook xml output.
Example:
[[Image:Deployment.jpg|left|border|700px|Ordered execution of deployment aspects]]

is converted to

<mediaobject>
	<imageobject>
                <imagedata fileref="http:///images/5/5d/Deployment.jpg"/>
        </imageobject>
	<textobject>
                <phrase>Ordered execution of deployment aspects</phrase>
         </textobject>
</mediaobject>

Of course this causes the resulting documentation to have broken image links.
Ideally the plug-in should be able to produce absolute url with the current installation path; otherwise we might have a custom parameter in the launch form the user might use to set the prefix for url generation.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbossws-issues mailing list