Hi guys,
I wanted to see some of your ideas/opinions/suggestions on the following problem. The idea is to have a simple webapp (java webapp) collecting user's input that essentially is turned into an XML file? The final XML file has to be valid and has to conform to a DTD.
What would be a good way to dynamically collect an input presenting users with all the possible choices at a given step? For example, if we are at the point of a |start| tag and now a user can create tag |head| or |body| or |bla| what's a good way of presenting and validating this info?
I look forward to seeing some of your interesting ideas. Thanks.