dynamic option description and filename with calculation
This commit is contained in:
20
tests/flattener_dicos/20family_dynamic/result/00-base.xml
Normal file
20
tests/flattener_dicos/20family_dynamic/result/00-base.xml
Normal file
@ -0,0 +1,20 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<creole>
|
||||
<family doc="" name="creole">
|
||||
<family doc="general" name="general">
|
||||
<property>normal</property>
|
||||
<variable doc="No change" multi="True" name="varname" type="string">
|
||||
<property>mandatory</property>
|
||||
<property>normal</property>
|
||||
<value>val1</value>
|
||||
<value>val2</value>
|
||||
</variable>
|
||||
</family>
|
||||
<family dynamic="creole.general.varname" doc="dyn" name="dyn">
|
||||
<property>normal</property>
|
||||
<variable doc="No change" multi="False" name="vardyn" type="string">
|
||||
<property>normal</property>
|
||||
</variable>
|
||||
</family>
|
||||
</family>
|
||||
</creole>
|
Reference in New Issue
Block a user