I need to design a desktop application in which user can fill in the data and generate an XML which can be saved on his machine, but the issue is that application should not use flash, PDF forms or should not ask for any kind of installation and if possible should work in windows/linux.
All in all I want to wrap a HTML page with some javascripts/CSS and present it to end user
I looked into JavaFX, which addressess all of my issues but the problem is it requires jre1.7(which most people usually don't have).Java Swing also can solve the problem but UI of swing applications are too naive.
I could do it in MSexcel/OpenOffice but my clients don't want that.
I'm open to all kind of platform/language.