A Simple XML Document with each node under the root element acting as a field that can be mapped in VanillaSoft in the Web Field textbox. Remember, XML is Case-Sensitive!
<lead>
<firstname>George</firstname>
<lastname>Smith</lastname>
<phone>214-443-0000</phone>
</lead>