Conditionals in xml

Asked

Viewed 252 times

0

I’m working on a arquivo.xml and I need to declare a property if the string I receive as parameter nay be empty.

<condition>
    <property name="SHAZAM" value="Esse é o conteúdo ${env.SHAZAM}">
</condition>

How can I implement this?

1 answer

1

Browser other questions tagged

You are not signed in. Login or sign up in order to post.