[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[xml] how to decode a base64Binary stream?
- From: "tcmichals" <tcmichals msn com>
- To: xml gnome org
- Subject: [xml] how to decode a base64Binary stream?
- Date: Mon, 8 Jan 2007 17:53:02 -0600
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 *?
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]