[vtkusers] XML format: base64 or raw

Frédéric Petit fredmfp at gmail.com
Fri Feb 23 08:22:47 EST 2007


Hi all,

I repost an old thread.

I wanted to write my data in XML format not encoded in base64, bas as raw
format.

Mathieu answered me something I completely did not understand,

not knowing enough in C++ (but I know a little more in C).

He also answered that it was leaving for vacation and completely overbooked.

I hope this is not the case now ;-)

So, he advised me to look at vtkXMLWriter API, starting with

void vtkXMLWriterC_SetType(int t)

{

switch(t)

{

case BINARY:

self->Writer->SetToBinaryType();

...

}

I think I need a little more help on this, because I'm quite, to not say
completely, lost.

Thanks in advance.

Cheers,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20070223/e5bb7ff4/attachment.htm>


More information about the vtkusers mailing list