XSLTools

Change of examples/Common/VerySimple/Resources/structure_multivalue_template.xhtml

179:a7ea3c1684c1
examples/Common/VerySimple/Resources/structure_multivalue_template.xhtml
     1.1 --- a/examples/Common/VerySimple/Resources/structure_multivalue_template.xhtml	Fri Jul 22 18:26:38 2005 +0000
     1.2 +++ b/examples/Common/VerySimple/Resources/structure_multivalue_template.xhtml	Fri Jul 22 18:27:00 2005 +0000
     1.3 @@ -22,7 +22,8 @@
     1.4      Item type:
     1.5      <select template:element="type" name="{template:list-attribute('type-enum', 'value')}" multiple="multiple"
     1.6        onchange="requestUpdate('{$application-url}comments', '{template:list-attribute('type-enum', 'value')}',
     1.7 -        '{template:other-elements(../options)}', '{template:other-attributes('value', ../options/comment)}',
     1.8 +        '{template:other-elements(../options)}',
     1.9 +	'{template:child-attribute('value', template:child-element('comment', 1, template:other-elements(../options)))}',
    1.10          '/structure/item/options')">
    1.11        <option template:element="type-enum" template:expr="@value-is-set" template:expr-attr="selected"
    1.12          template:value="@value" value="{@value}" />