XSLTools

Change of docs/multivalue.html

186:89ed1f93b0d4
docs/multivalue.html
     1.1 --- a/docs/multivalue.html	Fri Jul 22 21:34:01 2005 +0000
     1.2 +++ b/docs/multivalue.html	Fri Jul 22 22:24:06 2005 +0000
     1.3 @@ -50,7 +50,7 @@
     1.4   style="font-weight: bold;">multiple="multiple"</span>&gt;<br />      &lt;option template:element="type-enum" template:expr="<span
     1.5   style="font-weight: bold;">@value-is-set</span>" template:expr-attr="selected"<br />        template:value="@value" value="{@value}" /&gt;<br />    &lt;/select&gt;<br />  &lt;/p&gt;<br />  &lt;p&gt;<br />    Itself containing more items:<br />  &lt;/p&gt;<br />  &lt;p template:element="subitem"&gt;<br />    Sub-item: &lt;input template:attribute="subvalue" name="{template:this-attribute()}" type="text" value="{$this-value}" /&gt;<br />    &lt;input name="remove2={template:this-element()}" type="submit" value="Remove" /&gt;<br />  &lt;/p&gt;<br />  &lt;p&gt;<br />    &lt;input name="add2={template:this-element()}" type="submit" value="Add subitem" /&gt;<br />  &lt;/p&gt;<br />&lt;/div&gt;<br />&lt;p&gt;<br />  &lt;input name="add={template:this-element()}" type="submit" value="Add item" /&gt;<br />&lt;/p&gt;<span
     1.6   style="font-weight: bold;"><br /><br /></span>&lt;!-- Template text between the interesting part and the end. --&gt;<br /><br />&lt;/form&gt;<br />&lt;/body&gt;<br />&lt;/html&gt;</pre>
     1.7 -<p>From the previous <a href="mulitple.html">single-valued case</a>,
     1.8 +<p>From the previous <a href="multiple.html">single-valued case</a>,
     1.9  some crucial changes have been made:</p>
    1.10  <ol>
    1.11    <li>The&nbsp;<code>select</code> element remains mapped onto the&nbsp;<code>type</code>