Hi Kaspar,

I  found some javascript +XML libraries "out there". My issue was that
none of them really modeled the questionnaire I was asked to build.

I rolled my own using GWT+XML. It isn't that difficult. Once I had the
DTD, the survey designer could use that DTD in an XML aware editor to
create a questionnaire. The other advantage of using XML was that I
could transform the questionnaire results[1] into HTML via XSLT.

Please note that I am deliberately using the term "questionnaire" as
opposed to "survey" .The latter assumes amenability to statistical
evaluation; the questionnaire was not subject to such constraints.

Cheers,
jec

[1]
  wedged into the questionnaire via attributes (e.g. score) and
elements (e.g.  comments)

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to