|
||
| Inside Technique : XML-Based Survey Server : Survey Server Overview The Survey Server consists of three core files:
These three files provide support for any number of surveys into your web-site. In addition, a single web page is provided for creating, editing and deleting surveys. The XML data file, surveys.xml, defines the surveys and current number of votes in the following format:
Each survey is defined within a To track the survey answers the number of votes are stored in the The survey presentation is stored independently from the actual data. The Survey Server supports an extensible number of presentations. We currently provide two sample presentations - one that enables you to present the survey as a 468x60 banner, the other is a 125 pixel wide box that grows vertically. Below demonstrates both presentations of the first survey: Horizontal Banner
Vertical Banner
After voting, the results are presented using a simple HTML-based bar chart based on our original HTML bar-chart technique.
This bar chart is also generated using an XSL file allowing you to easily modify and change the result presentation. All the presentation information is defined in a single file, Page 1:XML-Based Survey Server © 1997-2000 InsideDHTML.com, LLC. All rights reserved. |