Book a Demo

Author Topic: Text in tagged value (<memo>) is not in HTML report  (Read 8772 times)

laers

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Text in tagged value (<memo>) is not in HTML report
« on: August 07, 2025, 12:34:47 am »
Hi all,

According to my MDG several of tags are <memo>. When I export the package to HTML the text is the tags are not part of the HTML report.
I have looked into https://sparxsystems.com/enterprise_architect_user_guide/17.1/model_publishing/webtemplate.html and created a HTML Template where I tried to specify in template name "Tagged Value" that tags with type <memo> shall be part of the HTML report. But no success.
Code: [Select]
<div class="ItemBody" id="TaggedValTable">
<table align="center" border="0" cellspacing="0" cellpadding="0" class="Table">
<tr>
<td width="50%" class="TableHeading">Tag</td>
<td width="50%" class="TableHeading">Memo</td>
</tr>
#CONTENT#
</table>
</div>

Any suggestions and experience is very appreciated

Thanks.
Lars