Custom XML to Responsive Webhelp Index Page discarding HTML entities
Posted: Thu Jan 18, 2018 6:09 pm
Hello,
We are using custom XML fragment files when producing responsible webhelp with the oXygen webhelp plugin (19.1).
Unfortunately, it seems that the HTML entities either are discarded or prevent the parsing of the file.
By default, our localization software will convert any special characters to HTML entities to avoid malformed code in XML files.
Oxygen not parsing these entities is therefore an issue.
For instance:
Regards,
Rémi
We are using custom XML fragment files when producing responsible webhelp with the oXygen webhelp plugin (19.1).
Unfortunately, it seems that the HTML entities either are discarded or prevent the parsing of the file.
By default, our localization software will convert any special characters to HTML entities to avoid malformed code in XML files.
Oxygen not parsing these entities is therefore an issue.
For instance:
- > is discarded and the content is displayed without the ">" character
Code: Select all
「<b>ヘルプ > 最新情報</b>」より、いつでもご覧になれます。</p>
- – prevents the file to be rendered
Code: Select all
<p>© 2013–2017
Regards,
Rémi