XML graphics

R

Reds

What are the ways to represent XML graphics?
Is SVG the most practical way?
Is there a way that doesn't need a conversion process, as SVG does?
What about just jpg, gif, bmp?

I have the original graphics in PowerPoint. What are the ways to go from
this format to XML?

Thanks
 
M

Mike C#

Reds said:
What are the ways to represent XML graphics?
Is SVG the most practical way?
Is there a way that doesn't need a conversion process, as SVG does?
What about just jpg, gif, bmp?

I have the original graphics in PowerPoint. What are the ways to go from
this format to XML?

You can store bitmap graphics (bmp, jpg, gif, etc.) in an XML document as
binary data. Binary data is usually stored in XML using Base 64 encoding.
AFAIK there's no system for converting bitmap graphics themselves into
independent XML docs, but that probably wouldn't work out so well anyway.
Depending on what version of PowerPoint you're using you should be able to
save the PowerPoint in XML format, which will include the graphics. What
exactly are you trying to do, and why the post to SQL Server XML? Just
trying to cover all the "*.xml" groups?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top