0

I would like to generate XML file from HTML Form submission.

The form contains dynamic number of input text fields. For example it may have

1-Row-9Cols

2-Row-4Cols

3-Row-7Cols

I can add fields on demand.

Is there any framework that I can utilize.

Thank you.

Community
  • 1
  • 1
Pujan
  • 3,154
  • 3
  • 38
  • 52

1 Answers1

1

here are some useful links

Generate XML document in-memory with JavaScript

http://www.codeproject.com/KB/ajax/XMLWriter.aspx

Community
  • 1
  • 1
Rafay
  • 30,950
  • 5
  • 68
  • 101