wwXML::CreateCollectionXml

This low level method creates Xml for a collection.

<addresses type="O" class="Collection">
	<count>2</count>
	<keysort>0</keysort>
	<items>
		<item key="address1" type="O" class="Address">
			<caddress>400 Hexham</caddress>
			<cname>Markus Egger</cname>
		</item>
			<item key="address2" type="O" class="Address">
			<caddress></caddress>
			<cname></cname>
		</item>
	</items>
</addresses>


o.CreateCollectionXml(loCollection, lcName, lcRow, lnIndent)

Return Value

XML string

Parameters

loCollection
The collection to export

lcName
Name of the collection root node generated in the XML

lcRow
Xml node name of each row.

lnIndent
The starting indent of XML structure

See also:

Class wwXML


  Last Updated: 4/15/2003 | © West Wind Technologies, 2008