Converting Basic XML Templates to Fluid Templates 

Introduction 

The conversion process is quite simple.

  • Prefix all tags with c:.
  • References are written as tag__id instead of tag#id. This change is because the character # is not permitted in Fluid variable names.
  • To get the value associated with a reference, use the conventional Fluid accessor for variables, i.e. {tag__id}.

See Designing Templates from Examples.