wwXML::ParseXMLToCollection

This low level method imports a collection from an XML Node that follows a specific collection schema.



	
		
			2
			0
			
				
					400 Hexham
					Markus Egger
				
				
					
					
				
			
		
		CollectionTest
	

The import supports only simple types (can be mixed) or a single object type which must be provided by the first item in the collection passed to import to.

o.ParseXMLToCollection(loXmlNode,loCollection)

.t. or .f.

Parameters

loXmlNode
The XML node where the collection starts.

loCollection
The collection to import to. This collection should either be empty in the case of simple types, or contain exactly 1 item that holds the object of the same type that is to be imported. Objects of different types are not supported on import.

See also

Class wwXML

© West Wind Technologies, 2025 • Updated: 2025-03-12
Comment or report problem with topic