To pull data from a database you could use XSP e.g. ESQL.

http://search.cpan.org/~msergeant/AxKit-XSP-ESQL-1.4/.

For information on XSP take a look at axkit.org which seems to be broken at the moment.

Tom

Tim Hibbard wrote:
I have been trying to find some source code on how to create a "dynamic" axpoint presentation.

I have the .axp file, and it works just fine with Apache/AxKit. What I would like to do is to pull data from our database and have it modify the slideshow.

So instead of a static axpoint like:
<?xml version="1.0"?>
<slideshow>
<title>AxKit</title> <slide transition="dissolve">
<title>Introduction</title>
<source_code>
Dear User:
</source_code>
</slide>
</slideshow>


To:
<?xml version="1.0"?>
<slideshow>
<title>AxKit</title> <slide transition="dissolve">
<title>Introduction</title>
<source_code>
Dear $user:
</source_code>
</slide>
</slideshow>
Any help or pointers is appreciated.





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to