Book a Demo

Author Topic: Question about RTF Template Fragments  (Read 2798 times)

manfredw

  • EA User
  • **
  • Posts: 47
  • Karma: +0/-0
  • gaudeo ligneo!
    • View Profile
Question about RTF Template Fragments
« on: December 04, 2012, 02:27:21 am »
Hi everybody,

I'm fiddeling with the new feature of RTF fragments for our document generation. But I can't seem to get it to work as expected.

I have a main RTF template to document usecases and would like to list two different types of connected elements for each use case.

Code: [Select]
element>
UseCaseName
  scenario>
    ...
  <scenario
  connector>
    source>
      element>
        One Type of Element, using fragment_A with filter
      <element
    <source
  <connector
  connector>
    source>
      element>
       Another Type of Element, using fragment_B with filter
      <element
    <source
  <connector
<element

I'd appreciate if someone could give me some insight!  :)
Thanks in advance!

best regards
Manfred
« Last Edit: December 04, 2012, 02:28:09 am by manfredw »