Fairlight FairPay
Documentation
Current Version: 01.02.02
Released: 01/28/05

FairPay DTD

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.


Back to Table of Contents

Copyright 2005, Fairlight Consulting. All rights reserved.

Back to Fairlight Consulting