tags:

views:

9

answers:

0

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.