Clarity

 View Only
  • 1.  Example of the tag...

    Posted Feb 19, 2008 06:37 AM
    Hi all,

    Does anyone have an example of the tag? There's nothing in the Integration guide...


    tia,

    adym


  • 2.  Re: Example of the core:if tag...

    Posted Feb 21, 2008 02:17 AM
    [left] In the following example if TestValue is equal to 10 it will set my_Value to 1.   i.e. It evaluates the expression test is true then it evaluates the body of the tag - in this case that is  core:set[left]  core:if test =" ${TestValue==10} ">                           core:set value =" 1 " var =" my_Value "/>  core:if >  HTH  Andy [left]