Hello

Say i have a HTML form that takes in values and stores in JS
variables.

Is it possible to convert the JS variables to an XML file.

Example:

Input:

Name

Salary

Tax on Salary

Generate XML (button)

Output hello.xml

<Name>Ben</Name>

<Salary> 10000></Salary>

<tax on salary>500</tax on salary>
etc.,

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to