Call the aciObjectToXMLStringNoFormat
function to convert an object into an XML string without newlines or tabs formatting.
char* aciObjectToXMLStringNoFormat( t_aciObject* pObject)
Arguments | Type/Description |
---|---|
pObject
|
t_aciObject* A pointer to an ACI object. |
This function converts the XML beneath pObject
and return it as XML without formatting the output with tabs or newlines.
A string.
|