Skip to content

Instantly share code, notes, and snippets.

@epmartini
Created January 13, 2012 09:13
Show Gist options
  • Save epmartini/1605235 to your computer and use it in GitHub Desktop.
Save epmartini/1605235 to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<condition name="foo" type="text/html">
<cases>
<case>
<whens>
<when value="25" propertyName="age" operator="contains"/>
<when value="24" propertyName="age" operator="contains"/>
</whens>
<content>
<data>Html Case1</data>
</content>
</case>
</cases>
<otherwise>
<data>Html Otherwise1</data>
</otherwise>
</condition>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment