Hello Steve,
Thanks for the pointer. It comes very close to what I need - and is indeed
very cool.
What I have is a fairly basic XML file containing a number of references
with a format similar to:
<reference>
<description>foo homepage</description>
<link>
http://www.foo.com</link>
</reference>
<reference>
<description>bar homepage</description>
<link>
http://www.bar.com</link>
</reference>
....
We have internal web sites that point to the XML file and using a little
javascript and CSS can extract and display the information on our HTML
pages. The file can be read into Flash using Actionscript. We even have a
Framescript that can import the data into user documentation in Adobe
FrameMaker format. What I need is some way to read the data and format it
into a powerpoint slide. With the pointer you sent me, I was able to open
the file in Excel, then save the data as a .xls file, then use the VS script
to create a formatted slide. This can work, but I was hoping for a solution
where I could go directly from XML to the powerpoint slide.
Again, Thanks for the pointer.
Charlie