Hi there,
If reverse GeoCode API is used, then one of the outputs is in XML format and when I m saving that data in a file using following code:
RFileWriteStream outputFileStream(file);
CleanupClosePushL(outputFileStream);
outputFileStream << aBodyData;
CleanupStack::PopAndDestroy(2);
the data is not getting saved properly..Some wierd characters like }Á are getting added in the beginning itself and hence my XML file is not proper..
Can somebody guide how to resolve that??..
Thanks

Reply With Quote


