<font size="2">
<p>Hi all,</p>
<p>I repost an old thread.</p>
<p>I wanted to write my data in XML format not encoded in base64, bas as raw format.</p>
<p>Mathieu answered me something I completely did not understand,</p>
<p>not knowing enough in C++ (but I know a little more in C).</p>
<p>He also answered that it was leaving for vacation and completely overbooked.</p>
<p>I hope this is not the case now ;-)</p>
<p>So, he advised me to look at vtkXMLWriter API, starting with</p>
<p>void vtkXMLWriterC_SetType(int t)</p>
<p>{</p>
<p>switch(t)</p>
<p>{</p>
<p>case BINARY:</p>
<p>self-&gt;Writer-&gt;SetToBinaryType();</p>
<p>...</p>
<p>}</p>
<p>I think I need a little more help on this, because I&#39;m quite, to not say completely, lost.</p>
<p>Thanks in advance.</p>
<p>Cheers,</p></font>