I see how to write a base64 by using xmlTextWriterWriteBase64, but how do
you read in and decode a base64binary stream? For example, I can find the
node, if ((!xmlStrcmp(cur->name, (const xmlChar *)"Code"))){
ret->Code = xmlNodeListGetString(doc, cur->xmlChildrenNode, 1);but now how to decode the xmlChar *? _______________________________________________ xml mailing list, project page http://xmlsoft.org/ [email protected] http://mail.gnome.org/mailman/listinfo/xml
