This is an old revision of the document!
Rowdata tag is a command tag, but only valid insert a dataset tag. It is used to manually populate one row of data into the dataset. It uses field tag to add a field to the row.
The syntax is:
<rowdata>
<!-- add field tags here -->
</rowdata>
Use one rowdata tag to add one row of data.