PPT2XML conversion II

Having mentioned the conversion of Powerpoint Slides to XML yesterday, I forgot to metion this one [1]. I kind of like that idea. Here a small summary:

The idea is that we use the Windows Media Player 9 Windows Media File Editor to generate an XML file that describes the events in a Windows Streaming Media File.

We then perform the following transformations on the XML file

1. Convert from UTF-16 to UTF-8 so that we can use regular unix tools
2. Convert absolute slide flip pathnames to relative pathnames
3. Add markers for each slide flip so that we can navigate
4. Adjust the markers so that the title of each marker will be the title of the slide

We then take the resulting file and update the file

[1] http://www.gigascale.org/video/ppt/pptindex/README.htm

Leave a Reply