Hi all,
I have to develop a forms-application with the following specs. I have an XML file with data. I have to display this data within my application or by forms. The user must be able to view, edit, add, manipulate the data and save it to an XML file. I can't use an application/web server, it must be an offline application and the data must be displayed in a browser. What's the best way to develop my forms application? XML--> XSLT--> XHTML (forms)? Is there another better solution? Please help me.