File: vc_data_set.xml

package info (click to toggle)
virtuoso-opensource 6.1.4%2Bdfsg1-7
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 245,116 kB
  • sloc: ansic: 639,631; sql: 439,225; xml: 287,085; java: 61,048; sh: 38,723; cpp: 36,889; cs: 25,240; php: 12,562; yacc: 9,036; lex: 7,149; makefile: 6,093; jsp: 4,447; awk: 1,643; perl: 1,017; ruby: 1,003; python: 329
file content (443 lines) | stat: -rw-r--r-- 21,929 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
<refentry id="vc_data_set">
  <refmeta>
  <refentrytitle>data-set</refentrytitle>
  <refmiscinfo>vspx_control</refmiscinfo>
  </refmeta>
  <refnamediv>
  <refname>data-set</refname>
  <refpurpose>Scrollable, multi-row data bound grid.</refpurpose>
  </refnamediv>
  <refsynopsisdiv>
   <funcsynopsis id="vc_syn_data_set">
    <funcprototype id="vc_proto_data_set">
      <funcdef>
            &lt;<function>data-set</function> <attribute>
          <parameter>name</parameter> (required) </attribute>
        <attribute>
          <parameter>annotation</parameter> (optional) </attribute>
        <attribute>
          <parameter>initial-enable</parameter> (optional) </attribute>
        <attribute>
          <parameter>enabled</parameter> (optional) </attribute>
        <attribute>
          <parameter>instantiate</parameter> (optional) </attribute>
        <attribute>
          <parameter>control-udt</parameter> (optional) </attribute>
        <attribute>
          <parameter>xsd-stub-xhtml</parameter> (optional) </attribute>
        <attribute>
          <parameter>width</parameter> (optional) </attribute>
        <attribute>
          <parameter>height</parameter> (optional) </attribute>
        <attribute>
          <parameter>sql</parameter> (optional) </attribute>
        <attribute>
          <parameter>data-source</parameter> (optional) </attribute>
        <attribute>
          <parameter>data</parameter> (optional) </attribute>
        <attribute>
          <parameter>meta</parameter> (optional) </attribute>
        <attribute>
          <parameter>nrows</parameter> (optional) </attribute>
        <attribute>
          <parameter>scrollable</parameter> (required) </attribute>
        <attribute>
          <parameter>cursor-type</parameter> (optional) </attribute>
        <attribute>
          <parameter>edit</parameter> (optional) </attribute>
        <attribute>
          <parameter>debug-srcfile</parameter> (optional) </attribute>
        <attribute>
          <parameter>debug-srcline</parameter> (optional) </attribute>
        <attribute>
          <parameter>debug-log</parameter> (optional) </attribute>
 /&gt;</funcdef>
    </funcprototype>
   </funcsynopsis>
  </refsynopsisdiv>
  <refsect1 id="vc_desc_data_set">
  <title>Description</title>
  <para>
    <para>A container for displaying and/or editing the content of a resultset.
This is the generic multi-row database view control. It is used to show repeating data, as from tables
or procedure views. Allows scrolling (paging) editing the data; adding a row or removal of existing rows.
Usually this control generates a PL scrollable cursor of type. The number of rows shown is
configurable via nrows attribute. Note also that column children elements are optional; they can be omitted
so then VSPX engine will compute them from the specified SQL statement in &#39;sql&#39; attribute.</para>

<para>This control has the same functionality as the data-grid control but has different syntax, better suited for editing via plugins for 3-d party WYSWYG HTML authoring tools (as Addobe GoLive and similar).</para>

<para>Specific to this control is to have several templates to present repeating and non-repeating groups of children elements. These templates are as follows: two generic templates to represent header and footer sections and one repeating template to enclose edit, add, not-exists and row (browse) sections. All of those templates are optional and their usage can be seen in examples.</para>

<para>Also following the convention for names of controls must be followed: for scrolling buttons - [data-set name]&#39;_prev&#39;, [data-set name]&#39;_next&#39;, [data-set name]&#39;_first&#39; and [data-set name]&#39;_last&#39;; for editing buttons - [data-set name]&#39;_edit&#39; and [data-set name]&#39;_delete&#39;.</para>
      </para>
  </refsect1>
  <refsect1 id="vc_attrs_data_set">
  <title>Attributes</title>
  <formalpara>
   <title>name = <link linkend="vc_type_SqlName">SqlName</link>
   </title>
    <para>A page level unique name identifying a control.</para>
  </formalpara>
  <formalpara>
    <title>annotation</title>
    <para>A human readable comment.</para>
  </formalpara>
  <formalpara>
   <title>initial-enable = <link linkend="vc_type_CalculateableValue">CalculateableValue</link>
   </title>
    <para>Determines  whether  a control is initially visible. True by default. Could be data-bound to an SQL expression.</para>
  </formalpara>
  <formalpara>
   <title>enabled = <link linkend="vc_type_CalculateableValue">CalculateableValue</link>
   </title>
    <para>Determines  whether  a control is visible. True by default. Could be data-bound to an SQL expression.</para>
  </formalpara>
  <formalpara>
   <title>instantiate = <link linkend="vc_type_CalculateableValue">CalculateableValue</link>
   </title>
    <para>Determines whether a control instantiate its children. It is true by default. It could be data-bound to an SQL expression. Unlike most of calcucateable attributes, the value of this attribute for a control is calcluated before calling &#39;on-init&#39; event handler of the control; other values are calculated before calling &#39;before-data-bind&#39; event handler.</para>
  </formalpara>
  <formalpara>
   <title>control-udt = <link linkend="vc_type_SqlName">SqlName</link>
   </title>
    <para>At run time every control is represented as an instance of some user-defined type (UDT). VSPX compiles selects the UDT to use depending on name of the XML element that represents the control and maybe some of its attributes. In some specific cases the application developer may instruct VSPX compiler to use some other UDT, e.g. an application-specific UDT that is derived from the preset one. If specified, the value of &#39;control-udt&#39; attribute should be equal to the name of the desired target UDT.</para>
  </formalpara>
  <formalpara>
    <title>xsd-stub-xhtml</title>
    <para>This attribute is for internal use only. It has no effect if added to the source VSPX file.</para>
  </formalpara>
  <formalpara>
    <title>width</title>
    <para>Visible width of the control when it is displayed in WYSIWYG tools when the source VSPX text is edited.
The value of this attribute will not be used when the resulting HTML is rendered.</para>
  </formalpara>
  <formalpara>
    <title>height</title>
    <para>Visible width of the control when it is displayed in WYSIWYG tools when the source VSPX text is edited.
The value of this attribute will not be used when the resulting HTML is rendered.</para>
  </formalpara>
  <formalpara>
   <title>sql = <link linkend="vc_type_SqlCode">SqlCode</link>
   </title>
    <para>The select statement that gets the data.
Parameters to the statement MUST be specified as SQL identifiers prefixed with a colon.
The values are given in the control&#39;s vspx:param children.  These specify the parameter name and a data bound expression for the value.
</para>
  </formalpara>
  <formalpara>
   <title>data-source = <link linkend="vc_type_SqlName">SqlName</link>
   </title>
    <para>A reference to a data-source, which wil lbe used to bind the data in data-set grid.
</para>
  </formalpara>
  <formalpara>
   <title>data = <link linkend="vc_type_CalculateableValue">CalculateableValue</link>
   </title>
    <para>When this attribute is specified it must be an
expression returning array of arrays. This is an alternative to specifying an
SQL expression or data-source. The result then will be used to instantiate
the repeating group. An example of such data is the result returned by &#39;exec&#39; function:</para>
<programlisting>
(
  (&quot;ALFKI&quot; &quot;Alfreds Futterkiste&quot; &quot;030-0074321&quot; )
  (&quot;ANATR&quot; &quot;Ana Trujillo Emparedados y helados&quot; &quot;(5) 555-4729&quot; )
)
</programlisting>
</formalpara>
  <formalpara>
   <title>meta = <link linkend="vc_type_CalculateableValue">CalculateableValue</link>
   </title>
    <para>This attribute is used together with &#39;data&#39;, so when is
specified it needs to be an expression returning a meta-data for columns corresponding to the
these returned by &#39;data&#39; expression. In practice it&#39;s same as 1-st element of metadata returned by &#39;exec()&#39; :
</para>

<programlisting>
(
  (&quot;CustomerID&quot; 182 0 5 0 1 1 &quot;Demo&quot; &quot;CustomerID&quot; &quot;demo&quot; &quot;Customers&quot; 0 )
  (&quot;CompanyName&quot; 182 0 40 1 1 1 &quot;Demo&quot; &quot;CompanyName&quot; &quot;demo&quot; &quot;Customers&quot; 0 )
  (&quot;Phone&quot; 182 0 24 1 1 1 &quot;Demo&quot; &quot;Phone&quot; &quot;demo&quot; &quot;Customers&quot; 0 )
)
</programlisting>

<para>for details of metadata see &#39;exec()&#39; function description.</para>
</formalpara>
  <formalpara>
   <title>nrows = <link linkend="vc_type_CalculateableValue">CalculateableValue</link>
   </title>
    <para>The maximum number of replicas of the row template to be made for rows selected.
It is like the rowset size for a scrollable cursor.
</para>
  </formalpara>
  <formalpara>
    <title>scrollable</title>
    <para>The setting controls whether next and previous page buttons are presented.  This can be on even if the cursor is not scrollable as such.</para>
  </formalpara>
  <formalpara>
    <title>cursor-type</title>
   <table>
      <title>Allowed values of the &#39;cursor-type&#39; attribute</title>
    <tgroup cols="2">
     <tbody>
      <row>
            <entry>static</entry>
       <entry>
              <para>A static cursor is used.</para>
       </entry>
      </row>
      <row>
            <entry>dynamic</entry>
       <entry>
              <para>A dynamic cursor is used.</para>
       </entry>
      </row>
      <row>
            <entry>keyset</entry>
       <entry>
              <para>A keyset cursor is used.</para>
       </entry>
      </row>
     </tbody>
    </tgroup>
   </table>
  </formalpara>
  <formalpara>
    <title>edit</title>
    <para>Flags whether editing features are enabled on data grid control</para>
  </formalpara>
  <formalpara>
    <title>debug-srcfile</title>
    <para>URI of the source document where the tag comes from.</para>
  </formalpara>
  <formalpara>
    <title>debug-srcline</title>
    <para>Line number in the source document where the tag comes from.</para>
  </formalpara>
  <formalpara>
    <title>debug-log</title>
    <para>This defines what sort of data are saved to the debugging log.
</para>
  </formalpara>
  </refsect1>
  <refsect1 id="vc_udt_data_set">
  <title>Declaration of type vspx_data_set</title>
  <para>
</para>
  <screen>
create type vspx_data_set under vspx_form
as (
    ds_nrows int,     -- how many rows to show on single page
    ds_scrollable int,      -- scroll on form is enabled
    ds_editable int default 1,          -- disable edit/add on whole grid
    ds_row_meta any,      -- metadata
    ds_row_data any,      -- data coming from a function, rowset
    ds_current_row vspx_row_template,   -- current row template
    ds_rowno_edit int default null, -- last edited row in result set, to re-display the edit box on error
    ds_rows_fetched int default 0,  -- how many rows are fetched for current page
    ds_rows_total int default 0,  -- how many data rows do we have in total (for vector)
    ds_rows_offs    int default 0,  -- this is the zero-based index of the first row of the current page in the whole list
    ds_rows_offs_saved int default 0,  -- this is the value of ds_rows_offs that was saved in the page state.
    ds_scrolled     int default 0,
    ds_has_next_page int default 0,	-- Flag if there are rows after the current page (so &#39;next page&#39; button should be enabled).
    ds_prev_bookmark any default null, -- Bookmark of the record that was at the beginning of previous retrieval of the page (bmk of the first row of the displayed page)
    ds_last_bookmark any default null, -- Bookmark of the record that was at the end of previous retrieval of the page (bmk of the last row of the displayed page)
    ds_rows_cache any,
    ds_data_source vspx_data_source default null
   )  temporary self as ref
  method vc_templates_clean () returns any,
  method vc_reset () returns any,
  method ds_column_offset (name varchar) returns any,
  method ds_iterate_rows (inx int) returns any,
  constructor method vspx_data_set (name varchar, parent vspx_control),
  overriding method vc_set_view_state (e vspx_event) returns any,
  overriding method vc_view_state (stream any, n int) returns any
</screen>
  </refsect1>
  <refsect1 id="vc_ex_data_set">
  <title>Examples</title>
   <example id="vc_ex_data_set__0">
    <title>
  Editable multi-row data grid based on data-set control
</title>
    <para>
&lt;?xml version=&quot;1.0&quot;?&gt;
&lt;!--
 -  
 -  $Id: data_set__0.vspx,v 1.2 2006/08/16 00:04:15 source Exp $
 -
 -  This file is part of the OpenLink Software Virtuoso Open-Source (VOS)
 -  project.
 -  
 -  Copyright (C) 1998-2006 OpenLink Software
 -  
 -  This project is free software; you can redistribute it and/or modify it
 -  under the terms of the GNU General Public License as published by the
 -  Free Software Foundation; only version 2 of the License, dated June 1991.
 -  
 -  This program is distributed in the hope that it will be useful, but
 -  WITHOUT ANY WARRANTY; without even the implied warranty of
 -  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 -  General Public License for more details.
 -  
 -  You should have received a copy of the GNU General Public License along
 -  with this program; if not, write to the Free Software Foundation, Inc.,
 -  51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 -  
 -  


This example will show a list of customers from the Northwind demo database.
Allows editing, addtion and removal of existing records.

</para>
    <screen>
&lt;v:page name=&quot;data_set__0&quot; xmlns:v=&quot;http://www.openlinksw.com/vspx/&quot;&gt;
&lt;html&gt;
  &lt;body&gt;
      &lt;v:data-set name=&quot;ds&quot; sql=&quot;select CustomerID, CompanyName, Phone from Demo.demo.Customers&quot; nrows=&quot;10&quot; scrollable=&quot;1&quot; cursor-type=&quot;keyset&quot;&gt;
        &lt;v:template name=&quot;t1&quot; type=&quot;simple&quot;&gt;
          &lt;div&gt;
            Action
            &lt;v:label name=&quot;l1&quot; value=&quot;CustomerID&quot; format=&quot;%s&quot; width=&quot;80&quot;/&gt;
            &lt;v:label name=&quot;l2&quot; value=&quot;CompanyName&quot; format=&quot;%s&quot; width=&quot;80&quot;/&gt;
            &lt;v:label name=&quot;l3&quot; value=&quot;Phone&quot; format=&quot;%s&quot; width=&quot;80&quot;/&gt;
          &lt;/div&gt;
        &lt;/v:template&gt;
        &lt;v:template name=&quot;t2&quot; type=&quot;repeat&quot;&gt;
          &lt;v:template name=&quot;t7&quot; type=&quot;if-not-exists&quot;&gt;
            &lt;div&gt;No rows selected&lt;/div&gt;
          &lt;/v:template&gt;
          &lt;v:template name=&quot;t5&quot; type=&quot;edit&quot;&gt;
            &lt;v:form name=&quot;u1&quot; type=&quot;update&quot; table=&quot;Demo.demo.Customers&quot; if-not-exists=&quot;insert&quot;&gt;
              &lt;v:key column=&quot;CustomerID&quot; value=&quot;--self.ds.ds_current_row.te_rowset[0]&quot; default=&quot;null&quot;/&gt;
              &lt;v:template name=&quot;template6&quot; type=&quot;simple&quot;&gt;
                &lt;div&gt;
                  &lt;v:button name=&quot;upd_button&quot; action=&quot;submit&quot; value=&quot;Update&quot;/&gt;
                  &lt;input type=&quot;submit&quot; name=&quot;ds_cancel&quot; value=&quot;Cancel&quot;/&gt;
                  &lt;v:text name=&quot;c_id1&quot; column=&quot;CustomerID&quot;/&gt;
                  &lt;v:text name=&quot;c_name1&quot; column=&quot;CompanyName&quot;/&gt;
                  &lt;v:text name=&quot;c_phone1&quot; column=&quot;Phone&quot;/&gt;
                &lt;/div&gt;
              &lt;/v:template&gt;
            &lt;/v:form&gt;
          &lt;/v:template&gt;
          &lt;v:template name=&quot;t8&quot; type=&quot;add&quot;&gt;
            &lt;v:form name=&quot;a1&quot; type=&quot;update&quot; table=&quot;Demo.demo.Customers&quot; if-not-exists=&quot;insert&quot;&gt;
              &lt;v:key column=&quot;CustomerID&quot; value=&quot;--&#39;&#39;&quot; default=&quot;null&quot;/&gt;
              &lt;v:template name=&quot;template9&quot; type=&quot;simple&quot;&gt;
                &lt;div&gt;
                  &lt;v:button name=&quot;add_button&quot; action=&quot;submit&quot; value=&quot;Add&quot;/&gt;
                  &lt;v:text name=&quot;c_id2&quot; column=&quot;CustomerID&quot;/&gt;
                  &lt;v:text name=&quot;c_name2&quot; column=&quot;CompanyName&quot;/&gt;
                  &lt;v:text name=&quot;c_phone2&quot; column=&quot;Phone&quot;/&gt;
                &lt;/div&gt;
              &lt;/v:template&gt;
            &lt;/v:form&gt;
          &lt;/v:template&gt;
          &lt;v:template name=&quot;t4&quot; type=&quot;browse&quot;&gt;
            &lt;div&gt;
              &lt;v:button name=&quot;ds_edit&quot; action=&quot;simple&quot; value=&quot;Edit&quot;/&gt;
              &lt;v:button name=&quot;ds_delete&quot; action=&quot;simple&quot; value=&quot;Delete&quot;&gt;
                &lt;v:on-post&gt;
                      delete from Demo.demo.Customers where CustomerID = self.ds.ds_current_row.te_rowset[0];
                      self.ds.vc_data_bind(e);
                    &lt;/v:on-post&gt;
              &lt;/v:button&gt;
              &lt;v:label name=&quot;l5&quot; value=&quot;--(control.vc_parent as vspx_row_template).te_rowset[0]&quot;/&gt;
              &lt;v:label name=&quot;l6&quot; value=&quot;--(control.vc_parent as vspx_row_template).te_rowset[1]&quot;/&gt;
              &lt;v:label name=&quot;l7&quot; value=&quot;--(control.vc_parent as vspx_row_template).te_rowset[2]&quot;/&gt;
            &lt;/div&gt;
          &lt;/v:template&gt;
        &lt;/v:template&gt;
        &lt;v:template name=&quot;t3&quot; type=&quot;simple&quot;&gt;
          &lt;div&gt;
            &lt;v:button name=&quot;ds_prev&quot; action=&quot;simple&quot; value=&quot;&amp;lt;&amp;lt;&quot;/&gt;
            &lt;v:button name=&quot;ds_next&quot; action=&quot;simple&quot; value=&quot;&amp;gt;&amp;gt;&quot;/&gt;
          &lt;/div&gt;
        &lt;/v:template&gt;
      &lt;/v:data-set&gt;
  &lt;/body&gt;
&lt;/html&gt;
&lt;/v:page&gt;
</screen>
   </example>
   <example id="vc_ex_data_set__1">
    <title>
  Simple multi-row data grid based on data-set control
</title>
    <para>
&lt;?xml version=&quot;1.0&quot;?&gt;
&lt;!--
 -  
 -  $Id: data_set__1.vspx,v 1.2 2006/08/16 00:04:15 source Exp $
 -
 -  This file is part of the OpenLink Software Virtuoso Open-Source (VOS)
 -  project.
 -  
 -  Copyright (C) 1998-2006 OpenLink Software
 -  
 -  This project is free software; you can redistribute it and/or modify it
 -  under the terms of the GNU General Public License as published by the
 -  Free Software Foundation; only version 2 of the License, dated June 1991.
 -  
 -  This program is distributed in the hope that it will be useful, but
 -  WITHOUT ANY WARRANTY; without even the implied warranty of
 -  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 -  General Public License for more details.
 -  
 -  You should have received a copy of the GNU General Public License along
 -  with this program; if not, write to the Free Software Foundation, Inc.,
 -  51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 -  
 -  


This example will show a list of customers from the Northwind demo database.
Allows scrolling only of existing records.

</para>
    <screen>
&lt;v:page name=&quot;data_set__0&quot; xmlns:v=&quot;http://www.openlinksw.com/vspx/&quot;&gt;
&lt;html&gt;
  &lt;body&gt;
      &lt;v:data-set name=&quot;ds&quot; sql=&quot;select CustomerID, CompanyName, Phone from Demo.demo.Customers&quot; nrows=&quot;10&quot; scrollable=&quot;1&quot; cursor-type=&quot;keyset&quot;&gt;
        &lt;v:template name=&quot;t1&quot; type=&quot;simple&quot;&gt;
          &lt;div&gt;
            &lt;v:label name=&quot;l1&quot; value=&quot;CustomerID&quot; format=&quot;%s&quot; width=&quot;80&quot;/&gt;
            &lt;v:label name=&quot;l2&quot; value=&quot;CompanyName&quot; format=&quot;%s&quot; width=&quot;80&quot;/&gt;
            &lt;v:label name=&quot;l3&quot; value=&quot;Phone&quot; format=&quot;%s&quot; width=&quot;80&quot;/&gt;
          &lt;/div&gt;
        &lt;/v:template&gt;
        &lt;v:template name=&quot;t2&quot; type=&quot;repeat&quot;&gt;
          &lt;v:template name=&quot;t7&quot; type=&quot;if-not-exists&quot;&gt;
            &lt;div&gt;No rows selected&lt;/div&gt;
          &lt;/v:template&gt;
          &lt;v:template name=&quot;t4&quot; type=&quot;browse&quot;&gt;
            &lt;div&gt;
              &lt;v:label name=&quot;l5&quot; value=&quot;--(control.vc_parent as vspx_row_template).te_rowset[0]&quot;/&gt;
              &lt;v:label name=&quot;l6&quot; value=&quot;--(control.vc_parent as vspx_row_template).te_rowset[1]&quot;/&gt;
              &lt;v:label name=&quot;l7&quot; value=&quot;--(control.vc_parent as vspx_row_template).te_rowset[2]&quot;/&gt;
            &lt;/div&gt;
          &lt;/v:template&gt;
        &lt;/v:template&gt;
        &lt;v:template name=&quot;t3&quot; type=&quot;simple&quot;&gt;
          &lt;div&gt;
            &lt;v:button name=&quot;ds_prev&quot; action=&quot;simple&quot; value=&quot;&amp;lt;&amp;lt;&quot;/&gt;
            &lt;v:button name=&quot;ds_next&quot; action=&quot;simple&quot; value=&quot;&amp;gt;&amp;gt;&quot;/&gt;
          &lt;/div&gt;
        &lt;/v:template&gt;
      &lt;/v:data-set&gt;
  &lt;/body&gt;
&lt;/html&gt;
&lt;/v:page&gt;
</screen>
   </example>
  </refsect1>
  <tip>
  <title>See Also: Reference Material in the Tutorial:</title>
   <para>
    <ulink url="/tutorial/web/vx_s_3/data_set.vspx">VX-S-3</ulink>
   </para>
  </tip>
</refentry>