OpenXML Filter: DOCX merge still failing with RTL target language

Issue #992 resolved
Alessandro Falappa created an issue

I am still getting in Okapi v1.40 the merge failure described in #930 and presumably fixed.

The offending table style definition is:

<w:style w:type="table" w:default="1" w:styleId="Table Normal">
    <w:name w:val="Table Normal" />
    <w:next w:val="Table Normal" />
    <w:pPr />
    <w:tblPr>
        <w:tblInd w:w="0" w:type="dxa" />
    </w:tblPr>
    <w:trPr />
    <w:tcPr />
    <w:tblStylePr w:type="firstRow" />
    <w:tblStylePr w:type="lastRow" />
    <w:tblStylePr w:type="firstCol" />
    <w:tblStylePr w:type="lastCol" />
    <w:tblStylePr w:type="band1Vert" />
    <w:tblStylePr w:type="band2Vert" />
    <w:tblStylePr w:type="band1Horz" />
    <w:tblStylePr w:type="band2Horz" />
    <w:tblStylePr w:type="neCell" />
    <w:tblStylePr w:type="nwCell" />
    <w:tblStylePr w:type="seCell" />
    <w:tblStylePr w:type="swCell" />
</w:style>

I traced the problem to the processing of the empty <w:pPr/> tag

Comments (4)

  1. Log in to comment