[jboss-jira] [JBoss JIRA] Resolved: (JBRULES-2576) Documentation images should be visible, both in publication and while during editing

Geoffrey De Smet (JIRA) jira-events at lists.jboss.org
Mon Jul 19 12:06:53 EDT 2010


     [ https://jira.jboss.org/browse/JBRULES-2576?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Geoffrey De Smet resolved JBRULES-2576.
---------------------------------------

    Resolution: Done


Done.

I've updated the head of each docbook file, to enforce:
- they are all the (almost) the same
- they use xml:base and set it properly, so the images show up in a docbook editor like XmlMind
- they use namespace so the file can be validated in an xml editor like eclipse or intellij

Futhermore, because XmlMind always overwrites that head of the file when you edit a file with it,
I 've used it like XmlMind wants it:

<section version="5.0"
         xsi:schemaLocation="http://docbook.org/ns/docbook http://www.docbook.org/xml/5.0/xsd/docbook.xsd http://www.w3.org/1999/xlink http://www.docbook.org/xml/5.0/xsd/xlink.xsd"
         xml:base="../" xmlns="http://docbook.org/ns/docbook" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xlink="http://www.w3.org/1999/xlink"
         xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:ns="http://docbook.org/ns/docbook">

> Documentation images should be visible, both in publication and while during editing
> ------------------------------------------------------------------------------------
>
>                 Key: JBRULES-2576
>                 URL: https://jira.jboss.org/browse/JBRULES-2576
>             Project: Drools
>          Issue Type: Task
>      Security Level: Public(Everyone can see) 
>          Components: drools-docs
>    Affects Versions: 5.1.0.M2
>            Reporter: Geoffrey De Smet
>            Assignee: Geoffrey De Smet
>             Fix For: 5.1.0.CR1
>
>
> The images broke again in publication on hudson. Actually the entire skin broke in publication on hudson.
> Also, during editing we'd like to see the images without a problem.

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

        


More information about the jboss-jira mailing list