[ 
https://issues.apache.org/jira/browse/ZETACOMP-37?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Derick Rethans reassigned ZETACOMP-37:
--------------------------------------

    Assignee: Kore Nordmann

> RST table to Docbook results in lots of trailing whitespace in XML
> ------------------------------------------------------------------
>
>                 Key: ZETACOMP-37
>                 URL: https://issues.apache.org/jira/browse/ZETACOMP-37
>             Project: Zeta Components
>          Issue Type: Improvement
>          Components: Document
>         Environment: PHP 5.3
>            Reporter: Rob Allen
>            Assignee: Kore Nordmann
>            Priority: Minor
>
> RST:
> {code}
> ================= ============= ====================================
> Head One          Head Two      Head Three
> ================= ============= ====================================
> This is body one. This is body2 This is the body to the third column
> ================= ============= ====================================
> {code}
> Docbook XML:
> {code}
> <table>
>   <tgroup>
>     <thead>
>       <row>
>         <entry>
>           <para>Head One          </para>
>         </entry>
>         <entry>
>           <para>Head Two      </para>
>         </entry>
>         <entry>
>           <para>Head Three</para>
>         </entry>
>       </row>
>     </thead>
>     <tbody>
>       <row>
>         <entry>
>           <para>This is body one. </para>
>         </entry>
>         <entry>
>           <para>This is body2</para>
>         </entry>
>         <entry>
>           <para>This is the body to the third column</para>
>         </entry>
>       </row>
>     </tbody>
>   </tgroup>
> </table>
> {code}
> I would expect <para>Head One</para> etc.
> Update: For monospaced version: http://akrabat.pastebin.com/h6iDR9A6

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to