xsl-list
[Top] [All Lists]

[xsl] XML to PowerPoint

2008-08-21 07:24:34
Has anyone ever written or seen an XML-to-PowerPoint XSLT? I would like to be able to convert something like the following to a PowerPoint presentation.

<ol class="SlideSet">
   <li>
       <ol title="Slide Title" class="Fly_In-medium">
           <li>Bullet Text</li>
           <li>Bullet Text</li>
           <li>Bullet Text</li>
           <li>Bullet Text</li>
       </ol>
   </li>
   <li>
       <ol title="Slide Title" class="Fly_In-medium">
           <li>Bullet Text</li>
           <li>Bullet Text</li>
           <li>Bullet Text</li>
           <li>Bullet Text</li>
       </ol>
   </li>
</ol>

I'd want it to be a bit more featureful than this, but it shows the basic idea. Anyone know of anything like this? It doesn't really matter what the source looks like. I'm more interested in knowing if anyone has or has seen an XSLT that takes some simple XML format and converts it to the ever-so-complex PresentationML.

Thanks,

Nat

--
Nat Dunn
Webucator
4933 Jamesville Rd.
Jamesville, NY 13078-9428
http://www.webucator.com
ndunn(_at_)webucator(_dot_)com
877-WEBUCATE (877-932-8228) x221
315-849-2724 x221
315-410-5320 (fax)
- - - - - - - - - - - - - - - - - -


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>