Hi,
I want to write data to a xml file by breaking it into two sections. One section will be xml data and other section will be in the form of binary data so as to minimize file size. What could be the best approach for this. Still I should get xml file validated against my xsd file.
Thanks