StimVinsh / xdocreport

Automatically exported from code.google.com/p/xdocreport
0 stars 0 forks source link

TextFormatting : Bad Handling of nested <p> inside <li> #105

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
For ODT formatting, when the input text contains <p> inside the <li> element 
the generated XML ODT is not valid because there are nested 

<text:list text:style-name="XDocReport_UL">
        <text:list-item text:style-name="XDocReport_UL">
          <text:p text:style-name="XDocReport_UL_P">
            <text:p>
              <text:span>some text</text:span>
            </text:p>
          </text:p>
        </text:list-item>

I'll commit a fix and include it in the unit testing.

Original issue reported on code.google.com by tdelprat@nuxeo.com on 17 Apr 2012 at 10:07

GoogleCodeExporter commented 8 years ago
" the generated XML ODT is not valid because there are nested <text:p> "

Original comment by tdelprat@nuxeo.com on 17 Apr 2012 at 10:10

GoogleCodeExporter commented 8 years ago
Thierry is this issue exists in the 1.0.4-SNAPSHOT? If no, I would like to 
close it.

Thank's!

Original comment by angelo.z...@gmail.com on 18 Feb 2014 at 2:24

GoogleCodeExporter commented 8 years ago
None answer. I close this issue.

Original comment by angelo.z...@gmail.com on 7 Aug 2014 at 9:04

GoogleCodeExporter commented 8 years ago
cleanup

Original comment by pascal.leclercq on 10 Oct 2014 at 7:37