Yes, something like that.

What is SAX?

Thanks!  =)

--TWH

-----Original Message-----
From: Ron Savage [mailto:[EMAIL PROTECTED] 
Sent: Thursday, July 03, 2003 6:34 PM
To: HTML::Template
Subject: Re: [htmltmpl] Any need for automated survey generator?


On Thu, 3 Jul 2003 15:34:00 -0700, Tim Howell wrote:

Hi Tim

>The organization that I work for occasionally conducts surveys of our 
>membership.  We'd like to start doing them online, so today I
[snip]
>I'm considering further generalizing my code so that it can be used 
>outside of our organization.  Do any of you have any use for something 
>like this?  What features would you be looking for?

Great minds think!
which is my downsized :-) version of
Great minds think alike!

I've just put into production a pure Perl package which does just 
this. It's not documented, so won't be on CPAN for a little while. 
And the deadline for my Master's thesis is looming...

This is an educational package, to train efficient programmers, not 
to be 'efficient'. It's a very round-about way to fabricate HTML, 
after all.

Basically:
1 You create an XML file containing the questions, form action, 
HTML::Template path, answer types, ...
2 You run a script which parses it via SAX and stores it in a db via 
DBI
3 You run a CGI script which read the db via DBI and constructs the 
HTML pages via HTML::Template

Sample output from the CGI script (with a dummy action!) is here: 
http://www.deakin.edu.au/~rons/survey-2.html

Is this what you have in mind?
-- 
Ron Savage, [EMAIL PROTECTED] on 4/07/2003. Room EF 312
Deakin University, 221 Burwood Highway, Burwood, VIC 3125, Australia
Phone: +61-3-9251 7067, Fax: +61-3-9251 7604
http://www.deakin.edu.au/~rons




-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
_______________________________________________
Html-template-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/html-template-users


-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
_______________________________________________
Html-template-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/html-template-users

Reply via email to