libxml2 all xml to char

bulovaTGYEF

New Member
Is there an easy way how can I get in C char * from xmlNode in libxml2? I want to get something like this: \[code\]"<root id="01"><head>some</head><data>information</data></root>"\[/code\] What should be in \[code\]char *getStringFromXmlNode(xmlNode *node)\[/code\]?
 
Back
Top