Have a look at the list:
http://www.reddotcmsblog.com/reddot-cms-render-tags-the-ultimate-list

maybe try something like
<reddot:cms>
  <if>
    <query
valuea="Context:CurrentPage.Elements.GetElement(opt_Type).GetHtml().IndexOf()"
operator="&gt;" valueb="Int:0">
      <htmltext>
          <li><a href="<%!! Context:CurrentIndex.GetUrl() !!%>"><%!!
Context:CurrentIndex.Headline !!%></a></li>
      </htmltext>
    </query>
  </if>
</reddot:cms>

above example is untested, have a look at the list, if you're familiar
with .net/javascript you might make some sense of it :)

On Jul 1, 4:37 am, Dmitry Terner <[email protected]> wrote:
> Is there a way to evaluate AND/ OR inside the valueb something like the
> below perhaps?
>
> <reddot:cms>
>   <if>
>     <query
> valuea="Context:CurrentPage.Elements.GetElement(opt_Type).GetHtml()"
> operator="!=" valueb="Str:Industry || Str:Capability">
>       <htmltext>
>           <li><a href="<%!! Context:CurrentIndex.GetUrl() !!%>"><%!!
> Context:CurrentIndex.Headline !!%></a></li>  
>       </htmltext>
>     </query>
>   </if>
> </reddot:cms>

-- 
You received this message because you are subscribed to the Google Groups 
"RedDot CMS Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/reddot-cms-users?hl=en.

Reply via email to