HTML / XML Code Generator

Questions about XML that are not covered by the other forums should go here.
psridhar3
Posts: 4
Joined: Fri Jan 06, 2006 7:53 pm

HTML / XML Code Generator

Post by psridhar3 »

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
robert
Posts: 2
Joined: Wed Feb 28, 2007 2:17 am

Post by robert »

hi,

why you don't try WYSIWYG html/xml editors?

these tools will help you.
amix
Posts: 81
Joined: Sat Aug 05, 2006 10:43 pm

Post by amix »

This looks pretty much like a table.

Why not do some awk/sed magic ?
Andreas
Post Reply