computerline1z / okapi

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

pPr with another tag and ampersand #411

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Two issues reported by Dmytro:

1. tag <w:pPr> contains another tags.
   We found, that solution for this issue will be to add in wordConfiguration.yml directive:

    'w:ppr':
        ruleTypes: [TEXTRUN]
        elementType: ParaStyle

   At present okapi source code, this block are commented in this file. Can you say why?

2. Ampersand symbol (&amp;) in block of text defined as deleted (<w:del> tag). 
After processing with tikal, symbol "&amp;" in this block is replaced by "&". 
    It looks like, deleted blocks are just skipped when parsing file. So we can't figure out where (on which level of okapi) to look for cause of this issue. May be, you can assist in this or redirect to someone who can?

In attachments: distilled structures of document.xml to reproduce this issues.

Original issue reported on code.google.com by yves.sav...@gmail.com on 30 Jul 2014 at 12:38

Attachments: