XML processing

Hi All,

This is my problem:
In a XML file there's a very long string. This represents a gif picture.

Is there a way to create the gif-picture using something like this:

OUTPUT TO 'something.gif' NO-MAP NO-CONVERT BINARY.
PUT CONTROL v-gif_txt.
OUTPUT CLOSE.

Hope someone can help,

Henri
 
Problem solved... :D


Henri de Vos said:
Hi All,

This is my problem:
In a XML file there's a very long string. This represents a gif picture.

Is there a way to create the gif-picture using something like this:

OUTPUT TO 'something.gif' NO-MAP NO-CONVERT BINARY.
PUT CONTROL v-gif_txt.
OUTPUT CLOSE.

Hope someone can help,

Henri
 
Top