Function yrs::yxmlelem_string
source · [−]Expand description
Converts current YXmlElement together with its children and attributes into a flat string
representation (no padding) eg. <UNDEFINED><title key="value">sample text</title></UNDEFINED>.
Returned value is a null-terminated UTF-8 string, which must be released using ystring_destroy function.