| | 259 | <!-- choose --> |
| | 260 | <element se:name="sm:choose" se:bind="element"> |
| | 261 | <childs> |
| | 262 | <element se:name="sm:when" se:bind="element" se:card="+"> |
| | 263 | <atts> |
| | 264 | <!-- |
| | 265 | <attribute se:name="codes" se:bind="attribute" tooltiptext="Codes des 'sm:part' séparés par des espaces"> |
| | 266 | <wordsInput trim="true" filterRegExp="^([a-zA-Z0-9 ]+|\*)$"/> |
| | 267 | </attribute> |
| | 268 | --> |
| | 269 | <attribute se:name="xpath" se:bind="attribute" tooltiptext="Expression XPath libre"> |
| | 270 | <wordsInput trim="true" frenchPonct="false"/> |
| | 271 | </attribute> |
| | 272 | </atts> |
| | 273 | <childs> |
| | 274 | <se:ref se:refid="content_choice"/> |
| | 275 | <insert se:bind="current"/> |
| | 276 | </childs> |
| | 277 | </element> |
| | 278 | <element se:name="sm:otherwise" se:bind="element" se:card="?" insert="true"> |
| | 279 | <childs> |
| | 280 | <se:ref se:refid="content_choice"/> |
| | 281 | <insert se:bind="current"/> |
| | 282 | </childs> |
| | 283 | </element> |
| | 284 | </childs> |
| | 285 | </element> |