I need to specify more than one condition for visibilty
visible="{data.allow && data.open}"
However, this gives the error "The entity name must immediately follow the '&' in the entity reference."
I could use a function, but I'd like to know if it is possible to do this directly with different syntax.