Hello,
I wish to create a few HTML pages to use in a standalone mode on my PC.
I want these pages to be able to:
- create some XML files from the data I would enter on the HTML page
- append data to an existing XML file in a similar way
Ideally I would like to have the HTML being dynamically configured based on the XML schema.
In that way, changing the schema a little bit would also change the display of the HTML.
If that is too involved, I could also live with a few static forms.
In any case what matters most is the possibility to create the XML file or to append to an existing XML file,
once the HTML page has been filled with data.
The XML schema will be rather simple, something like two tables and a few reference data.
Could you suggest me some way to proceed?
What would be the building blocks for this?
Some samples could be very useful.
With my thanks and best regards,
Michel