pPr with another tag and ampersand

Issue #411 resolved
Former user created an issue

Original issue 411 created by @ysavourel on 2014-07-30T12:38:41.000Z:

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?

  1. Ampersand symbol (&) in block of text defined as deleted (<w:del> tag). After processing with tikal, symbol "&" 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.

Comments (1)

  1. Log in to comment