Currently, XMLDoc_print() can only output the XML to a FILE*. It would be interesting to output it to a char* also, just like parsing can be performed on a FILE* or a char*.
XMLDoc_print()
FILE*
char*
Need to resolve #10 before, to ease buffer allocation.
Log in to post a comment.
Need to resolve #10 before, to ease buffer allocation.