I currently use ESQL TagLib with XSP, but how would I intergrate it into an axpoint 
file(.axp)?

Tim

On Wednesday 28 April 2004 02:56, you wrote:
> 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.
> > 
> > 
> 
> 

-- 
Tim Hibbard
Database/Programmer for
Vice President Of Research
109C RTEC
Ohio University
Athens, Ohio 45701
740.593.0373

******** W A R N I N G ! **************************************
Linux should not be used by those under the influence of MicroSoft.
May cause dizziness or vertigo. Consult your tech support before
using Linux. (note--after using Linux, you may notice extreme
discomfort when using MicroSoft. Discontinue use of MicroSoft.)
************************************** W A R N I N G ! ********

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

Reply via email to