I have a number of different xml files that I need to edit from an html form. I want the form to be generated dynamically (the files could any valid xml structure) and I want to save the modified xml content back to the database in the same structure.
I've seen a few examples of using XSLT when you know the structure of the xml, but in this case I don't.
So, two real points:
- How do I dynamically create an html form from an unknown xml structure
- How do I save the modified content back to the same xml structure