Hello
Given an XML file, I need to make a binary copy of it (byte by byte ) to a char* buffer. And if this is not enough – I need to copy all data (including <,>,spaces and all) starting at the 5th line of this XML (not from the beginning of XML file).
Thanks for any help or recommendation.