Use of <foreign> for embedding HTML content into topics
Posted: Wed Jun 12, 2019 7:57 pm
Hi!
I'm having trouble using the procedure described here:
https://www.oxygenxml.com/doc/versions/ ... -html.html
I'm trying to include a small chunk of HTML into my topic content the way below (the following list is included inside the body of the topic):
And it breaks the topic rendering in Webhelp responsive (everything else is transformed properly except the page corresponding to this topic). Am I missing something (obviously I do!!)? Any help is welcome!
Best regards
David
I'm having trouble using the procedure described here:
https://www.oxygenxml.com/doc/versions/ ... -html.html
I'm trying to include a small chunk of HTML into my topic content the way below (the following list is included inside the body of the topic):
Code: Select all
<ol outputclass="ol_refdocs" id="TAB_subsea_reference_books_refs">
<li id="REF_DOC_document_10" outputclass="ref_doc_list">
<table frame="none" rowsep="0" colsep="1">
<tgroup cols="4">
<colspec colname="c1" colnum="1" colwidth="1*"/>
<colspec colname="c2" colnum="2" colwidth="1*"/>
<colspec colname="c3" colnum="3" colwidth="1*"/>
<colspec colname="c4" colnum="4" colwidth="4*"/>
<tbody>
<row>
<entry colsep="0">Document 10</entry>
<entry colsep="0">02</entry>
<entry colsep="0">
<foreign outputclass="html-embed"><![CDATA[<span class="span_test">test<span>]]></foreign>
</entry>
<entry colsep="0">Titre document 10</entry>
</row>
</tbody>
</tgroup>
</table>
</li>
</ol>
Best regards
David