Hi Rudi,
Because the filter cannot guess what the tags of your XML file corresponds to, you have to provide rules for them. For example, tell which elements should be treated as inline vs which ones denote hard breaks in the content.
See details on the configuration of the filter here: https://okapiframework.org/wiki/index.php/XML_Filter
And more information about ITS here: https://www.w3.org/TR/its20/.
For instance, your <literal> elements should be declared as “element-within-text” to not break the sentences.
See ITS case for that here: https://www.w3.org/TR/its20/#elements-within-text (Example 47 shows a rule making some elements inline).
Hope this helps.
-yves
--
You received this message because you are subscribed to the Google Groups "okapi-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to okapi-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/okapi-users/17be68c9-fa3f-42fe-bd6b-f549aeb999ffn%40googlegroups.com.