rougail/tests/dictionaries/11multi_disabled_if_in_file.../00-base.xml

34 lines
1022 B
XML

<?xml version='1.0' encoding='UTF-8'?>
<rougail version="0.9">
<services>
<service name="test">
<file filelist="afilllist">/tmp/file1</file>
</service>
</services>
<variables>
<family name="general">
<variable name="mode_conteneur_actif" type="string" description="No change" hidden="True">
<value>non</value>
</variable>
<variable name="condition" type="string" description="No change">
<value>non</value>
</variable>
</family>
</variables>
<constraints>
<condition name="disabled_if_in" source="activer_clam" optional="True">
<param>non</param>
<target type="filelist">afilllist</target>
</condition>
<condition name="disabled_if_in" source="condition">
<param>non</param>
<target type="filelist">afilllist</target>
</condition>
</constraints>
</rougail>
<!-- vim: ts=4 sw=4 expandtab
-->