PowerPoint to XML

  • Thread starter Thread starter venkat
  • Start date Start date
V

venkat

Hello,
I need help from you guyz. How can I convert ppt to xml Files using
macro.
Do anbody have idea how to write the code. As I am new to this.

Thanks and best regards,
venkat.
 
Venkat said:
Hello,
I need help from you guyz. How can I convert ppt to xml Files using
macro.

How big a hurry are you in? PowerPoint and several of the other Office 2007
programs will save to a series of XML files as the native format.
 
Hello Steve,
I have Office 2003, and want to write macro for converting ppt files to
XML file (in DTD format).
I have no idea abt. this how to write the macro.

Thanks and best regards,
Venkat.
 
Venkat said:
Hello Steve,
I have Office 2003, and want to write macro for converting ppt files to
XML file (in DTD format).
I have no idea abt. this how to write the macro.

Do you know how to program in VB or VBA or some other language?
If not, this might be a bit too big a project to start learning with.

Start by asking yourself what it means to save a PPT file in XML.
What would an example XML version of a PPT file look like?
What would it contain? What aspects of the PPT file do you need to extract?
Create a sample XML file by hand or in an XML editor.

From that, work out a list of what you want to extract from the PPT.
One you know what you need to pull out of PPT, we can help you with that part.
 

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

Back
Top