I have an mxml component.
I want to set its 'enabled' property to something like : enable="firstCondition && secondCondition"
But it does not compile (message is in french but says something like "entity name must follow the charcater '&' of the entity reference").
I can use the OR || but not the AND &&
How can I use && in mxml ?