<cursor>
<row>
<data1/>
<data2/>
</row>
</cursor>Use this method if you want to combine multiple objects/cursors into a single XML document, or if you want to create a very simple XML layout. This document is well formed, but requires at least the <?xml version="1.0"> header.
o.CreateADOXML(loRS, lcName, lcRowName, lnIndent)
lcName
Optional - element name used at the table level. Note this tag sits underneath the document root. (wwBanners in the example).
Default value: The name of the current Alias().
lcRowName
Optional - The element name used for each row of the cursor.
Default value: "row"
lnIndent
Optional - Indentation level to start with.