Book a Demo

Author Topic: Transformation of Tags  (Read 3268 times)

thomaskilian

  • Guest
Transformation of Tags
« on: February 27, 2006, 08:32:42 am »
How can I propagate tagged values using the Transformation?

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8100
  • Karma: +118/-20
    • View Profile
Re: Transformation of Tags
« Reply #1 on: February 27, 2006, 01:02:57 pm »
Currently you need to explicitly copy any tags that you want propogated.

Code: [Select]
%if classTag:"MyTag" != ""%
Tag
{
 name="MyTag"
 value=%qt%%classTag:"MyTag"%%qt%
}
%endIf%

thomaskilian

  • Guest
Re: Transformation of Tags
« Reply #2 on: February 28, 2006, 02:42:56 am »
I also found that solution, but I Iguess it's meaningfull to have a propagation mechanism according to Class, Attribute, etc.