Avatar of byte1
byte1
Flag for United States of America asked on

Extract image from XML

How do i extract images from a XML document ?
Microsoft DevelopmentASP.NET

Avatar of undefined
Last Comment
byte1

8/22/2022 - Mon
ASKER CERTIFIED SOLUTION
jorge_toriz

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
byte1

ASKER
I have a couple of images in a XML file, just need to extract them to a temp folder.
jorge_toriz

But you need to know how where they coded to be embedded in an XML file
byte1

ASKER
I dont understand the question. Did you mean to ask , what format the image is coded in ?
I started with Experts Exchange in 2004 and it's been a mainstay of my professional computing life since. It helped me launch a career as a programmer / Oracle data analyst
William Peck
jorge_toriz

Yes, what coding was used to encode the image into the XML file.
byte1

ASKER
I did some research on base64 encoding and that was what i needed. Thanks.