Book a Demo

Author Topic: Problem with child element in rtf template  (Read 2042 times)

varel

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Problem with child element in rtf template
« on: November 10, 2006, 07:45:05 am »
I have one parent element with child elements. I need to create a rtf template where a parent element has a different style than child elements. So, I have created template with these tags:
...
child elements >
{Element.Name}
< child elements

But when I generate rtf document a get following result:
...
{Element.Name}

EA doesn't replease tags with information from model. In previous version (6.0) this template work fine.