Some braille transcription rules prohibit some contractions in proper names to avoid confusion. Software does not know a priori
if a word is a proper name.
Solution
Markup the word in the dtbook with a special value in the class attribute f. e. (
<w class="proper_name">)
The same word may have different meaning and in rare case also different contractions.
Solution
Pre-Translate the rare variante during markup. A possible variant is using the showin attribute, f.e.
<w showin="bxx"> and of course for the other output
<w showin="xlp">
Tables can have different layout depending on material and content. There has to be a way to select which layout to use on
a specific table.
Solution
This is a layout problem. Maybe the layout definer or layout renderer needs some special information about the table, so we
have to define new tags or attributes.