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