About
Pricing
Community
Teams
Start Free Trial
Log in
byte1
asked on
2/18/2010
Extract image from XML
How do i extract images from a XML document ?
Microsoft Development
ASP.NET
6
1
Last Comment
byte1
8/22/2022 - Mon
ASKER CERTIFIED SOLUTION
jorge_toriz
2/18/2010
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
2/18/2010
ASKER
I have a couple of images in a XML file, just need to extract them to a temp folder.
jorge_toriz
2/18/2010
But you need to know how where they coded to be embedded in an XML file
byte1
2/18/2010
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
2/19/2010
Yes, what coding was used to encode the image into the XML file.
byte1
2/21/2010
ASKER
I did some research on base64 encoding and that was what i needed. Thanks.