aciObjectToXMLString

Call the aciObjectToXMLString function to convert an object into an XML-formatted string.

Syntax

char* aciObjectToXMLString (
   t_aciObject* pObject)

Arguments

Arguments Type/Description
pObject t_aciObject*  A pointer to an ACI object.

Returns

The ACI object as a string containing XML formatting.