Is there an easy way how can I get in C char * from xmlNode in libxml2? I want to get something like this: "<root id="01"><head>some</head><data>information</data></root>" What should be in char *getStringFromXmlNode(xmlNode *node)?
Is there an easy way how can I get in C char * from
Share
Something like this.
At least I think that is what you were asking. Hope it helps.