img in xml

B

Brummbaer

Hi
I've got a problem with images embedded in XML-Files.
The code in the xml-file looks like this:

<Img Content="iVBORw0KGgoAAAANSUhEUgAAAa0AAAG/
CAYAAADrSIinAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAcKlJREFUeF7tvQ3MLFd553nvNZB4MsyQYQdtPhCZ
....
R6WNWANWAPWQNO/8Mst4BZwC7gF3AIzaIH/H9IRu02qBADxAAAAAElFTkSuQmCC" />

Does anyone know how I can view images like this with Infopath?

Thanks for any help! :)

Bernhard
 
K

Kalyan G Reddy MVP (GGK Tech)

Infopath Converts the Images embedded in the form to base64 format.
If your xml file has the Image content in base64 format then you can view
them using the Picture control.
 
Top