Book a Demo

Author Topic: Template Fragment Script Formatted XML Output  (Read 2883 times)

JonathanP

  • EA Novice
  • *
  • Posts: 7
  • Karma: +0/-0
    • View Profile
Template Fragment Script Formatted XML Output
« on: August 28, 2014, 08:24:31 am »
The EA User Guide states in the example output of a template fragment script ”If the text is a formatted Note, add  formatted="1" to the field row; for example: <Author formatted="1"><i>John</i></Author>”. We have added the formatted="1" to our tag for the field that contains formatted text, but it is not being rendered in the template fragment with formatting. Is there something else that needs to be done to render the formatting or is this a bug?

-JP

Michael Schneider

  • EA User
  • **
  • Posts: 24
  • Karma: +0/-0
    • View Profile
Re: Template Fragment Script Formatted XML Output
« Reply #1 on: September 09, 2014, 02:06:49 am »
You've got to replace <i> by &lt;i&gt;