Function to further ease node creation, such as XMLNode_new(TagType tag_type, char* tag), and associated macros (e.g. #define XMLNode_new_comment(comment) XMLNode_new(TAG_COMMENT, comment)).
XMLNode_new(TagType tag_type, char* tag)
#define XMLNode_new_comment(comment) XMLNode_new(TAG_COMMENT, comment)
Done in v4.2.7
Log in to post a comment.
Done in v4.2.7