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
- Microsoft Windows + Internet Explorer 5
Quick Start
- Save a program source (ui-form2xml-1.bas) on your local disk.
- Save a sample html (ui-form2xml-1.en.html) on your local disk. (same folder with program source)
- Open your ui-form2xml-1.en.html by Internet Explorer.
- Fill the form and then click the submit button.
- View the result by a text editor. ( eg. notepad )
- Customize the html form for your favor.
Tools
- Common hints to all tools
- A typical way to use tools is described above "quick start". This is a common usage for most tools.
- Client Form on IE (ui-form2xml-1.bas)
- create an XML document from IE form, work as client side script.
- Simple Example
- Customize the HTML to create different type of XML documents. The single script works well with different types, if you make your form according to this tutorial sample.
- Also check out this sample (making your Resume; Japanese).
- You have to open these forms at your local disk to save results to your local disk, because the Internet Explorer think this program hurts your PC and avoid it from writing to your disk.
- technologies: VB-Script, IE, DOM
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