libxml2 and CDATA



I have a question - how to get CDATA's length? If it's really
binary(picture for example) will xmlStrlen help me?? I get content of
node with xmlNodeListGetString(document,node->children,1);

Or maybe you can advise smth else?

.