Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: CaseStyle filter renamed in installer.xml

...

Code Block
languagehtml/xml
titleExample of the location filter
<dynamicvariables>
   <variable name="var1" value="Some Text" >
      <filters>
         <casestyle<case style="lowercaselower"/>
      </filters>
   </variable>
   <variable name="var2" value="${var1}" >
      <filters>
         <casestyle<case style="uppercaseupper"/>
      </filters>
   </variable>
 </dynamicvariables>

...