<b> </b> tag not rendered in the PDF output
Hello,
From my experience, the tags <b></b> or <i></i> are not rendered into the PDF output.
Therefore I created a style 'Bold', which creates a <span> tag in the html source code each time I need to bold a word.
I think that <span> tag can be annoying when exporting to the Xliff format for the translation agency. Indeed, in the translation tool, the xliff shows very long <source> tags with ids that make it quite unreadable...
----------------------------------
E.g.
<source xml:space="preserve" xml:lang="en-US">
<g id="/html[1]/body[1]/p[3]/span[2]/" ctype="x-html-span" equiv-text="span text">
<g id="/html[1]/body[1]/p[3]/span[2]/span[1]/" ctype="x-html-span" equiv-text="span text">
<g id="/html[1]/body[1]/p[3]/span[2]/span[1]/#text[1]/" ctype="x-html-text" equiv-text="text">Hello</g>
</g>
</g>
<g id="/html[1]/body[1]/p[3]/span[3]/" ctype="x-html-span" equiv-text="span text">
<g id="/html[1]/body[1]/p[3]/span[3]/#text[1]/" ctype="x-html-text" equiv-text="text"> This is
</g>
</g>
<g id="/html[1]/body[1]/p[3]/span[4]/" ctype="x-html-span" equiv-text="span text">
<g id="/html[1]/body[1]/p[3]/span[4]/span[1]/" ctype="x-html-span" equiv-text="span text">
<g id="/html[1]/body[1]/p[3]/span[4]/span[1]/#text[1]/" ctype="x-html-text" equiv-text="text">a test </g>
</g>
</g>
<g id="/html[1]/body[1]/p[3]/span[5]/" ctype="x-html-span" equiv-text="span text">
<g id="/html[1]/body[1]/p[3]/span[5]/#text[1]/" ctype="x-html-text" equiv-text="text">quite ugly.</g>
</g>
</source>
---------------------
That brings me to my questions (3 of them):
- Do you confirm that the bold and italic tags are not rendered in HTML?
- For the translations projects, could I create them via the master project, but instead of importing xliff files, could I keep working with the html files and import them in the sub-project as-is. Will it work?
- Is there an alternative I haven't thought about?
Thank you very much in advance for your enlightments.
