HTML / XML Code Generator
Posted: Thu Nov 16, 2006 12:37 pm
Hi
I am going to start a new project in which I have to migrate all existing user interfaces (in mainframes) to browser based screens.
Can anybody suggest me a tool / any method by which I can describe all the fields, position and other attributes and I get the HTML code for it.
I have some raw screen layout in my hand with all properties of each and every field. I need to generate HTML code for it by giving these properties of each and every field as input.
Sample of screen layouts I have is as follows.
1. Row 2, Col 5, Display "Employee Name", Colur Blue
2. Row 2, Col 20, Input box, Map to variable "EName", Color Blue, Should take alphabetic characters, max length 50, Spaces not allowed
3. Row 4, Col 5, Display "Sex", Colur Blue
4. Row 4, Col 20, Drop down box, Map to variable "ESex", Color Blue, Drop down menu should show "Male" and "Female", Spaces not allowed
5. Row 6, Col 5, Display "Date of Birth", Colur Blue
6. Row 6, Col 20, Input box, Map to variable "EDoB", Color Blue, Should be a valid date, Spaces not allowed
Thanks for your help and support
Thanks in advance
Sri
I am going to start a new project in which I have to migrate all existing user interfaces (in mainframes) to browser based screens.
Can anybody suggest me a tool / any method by which I can describe all the fields, position and other attributes and I get the HTML code for it.
I have some raw screen layout in my hand with all properties of each and every field. I need to generate HTML code for it by giving these properties of each and every field as input.
Sample of screen layouts I have is as follows.
1. Row 2, Col 5, Display "Employee Name", Colur Blue
2. Row 2, Col 20, Input box, Map to variable "EName", Color Blue, Should take alphabetic characters, max length 50, Spaces not allowed
3. Row 4, Col 5, Display "Sex", Colur Blue
4. Row 4, Col 20, Drop down box, Map to variable "ESex", Color Blue, Drop down menu should show "Male" and "Female", Spaces not allowed
5. Row 6, Col 5, Display "Date of Birth", Colur Blue
6. Row 6, Col 20, Input box, Map to variable "EDoB", Color Blue, Should be a valid date, Spaces not allowed
Thanks for your help and support
Thanks in advance
Sri