Form to XML

XML general tools
user interface
Here, we have XML generators those have helpful user interfaces to create XML documents. If you want to make an XML document only once, it's NOT a good idea to use these tools. An editor may work well for that use. If you want many people to make many XML documents with a single DTD (I mean same definition), using an interface described as bellows is a good idea.

Summary

System Requirement

Quick Start

  1. Save a program source (ui-form2xml-1.bas) on your local disk.
  2. Save a sample html (ui-form2xml-1.en.html) on your local disk. (same folder with program source)
  3. Open your ui-form2xml-1.en.html by Internet Explorer.
  4. Fill the form and then click the submit button.
  5. View the result by a text editor. ( eg. notepad )
  6. Customize the html form for your favor.

Tools

  1. Common hints to all tools
  2. Client Form on IE (ui-form2xml-1.bas)

History

2000/9/28
ui-form2xml-1.bas released
a sample html to ui-form2xml-1.bas
a tutorial sample html to ui-form2xml-1.bas
a Resume Maker with ui-form2xml-1.bas