4abcbb056e
its by default does not support xml tags inside translatable units. Use custom its rules from https://www.w3.org/TR/xml-i18n-bp/#relating-docbook-plus-its to enable the tags which are in use by docbook. Signed-off-by: Serge Hallyn <serge@hallyn.com>
17 lines
329 B
Plaintext
17 lines
329 B
Plaintext
<its:rules version="2.0" xmlns:its="http://www.w3.org/2005/11/its">
|
|
<its:withinTextRule withinText="yes"
|
|
selector="//b
|
|
| //em
|
|
| //i
|
|
| //citerefentry
|
|
| //command
|
|
| //emphasis
|
|
| //envar
|
|
| //filename
|
|
| //manvolnum
|
|
| //option
|
|
| //replacable
|
|
| //replaceable
|
|
| //refentrytitle"/>
|
|
</its:rules>
|