Can anyone give me a solution to the following problem?
<root>
<elem1>
<titel><bold>1.<tab/>The text <italic>of the</italic> headline</bold></titel>
</elem1>
<par>...</par>
<par/>
</root>
Should become the following structure (attention: double bold-element):
<root>
<elem1>
<titel>
<nummer><bold>1.</bold></nummer>
<text><bold>The text <italic>of the </italic> headline</bold></text>
</titel>
</elem1>
</root>
Thanks a lot!