Should you ever need to directly access the XML files that flipna generates, the FairPay DTD for incoming data is as follows:
<?xml version="1.0" encoding="ISO-8859-1"?> <!DOCTYPE form_submission [ <!ELEMENT form_submission (form_field*)> <!ELEMENT form_field (field_name,field_value+)> <!ELEMENT field_name (#PCDATA)> <!ELEMENT field_value (#PCDATA)> <!ATTLIST form_field type (file|value|cookie|textarea) "value"> <!ATTLIST form_field orig_filename CDATA #IMPLIED> <!ATTLIST form_field size CDATA #IMPLIED> ]>
There are several things to note regarding how FairPay presents data:
The type attributes file, cookie, and textarea are not used at this time. Currently, all fields are of type value.