mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-02-23 19:51:13 +00:00
12 lines
380 B
Text
12 lines
380 B
Text
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||
|
<gswdefinitions>
|
||
|
<gsw class="GSWKeyValueConditional" gswcomponentcontent="YES">
|
||
|
<binding name="key"/>
|
||
|
<binding name="negate" defaults="Boolean"/>
|
||
|
<binding name="value"/>
|
||
|
|
||
|
<validation message="'key' is a required binding">
|
||
|
<unbound name="key"/>
|
||
|
</validation>
|
||
|
</gsw>
|
||
|
</gswdefinitions>
|