Export the plist_t structure to XML format.
- Parameters
-
| plist | the root node to export |
| plist_xml | a pointer to a C-string. This function allocates the memory, caller is responsible for freeing it. Data is UTF-8 encoded. |
| length | a pointer to an uint32_t variable. Represents the length of the allocated buffer. |