Hi,
I have parsed CDATA block using SAX parser method.
cdataBlock (void *ctx, const xmlChar *value, int len);
but my block content is again a set of xml tag.
How could i get the information of the xml content which i got in the above method.
Hi,
I have parsed CDATA block using SAX parser method.
cdataBlock (void *ctx, const xmlChar *value, int len);
but my block content is again a set of xml tag.
How could i get the information of the xml content which i got in the above method.