PAZAR - XML format
Step-by-Step Documentation

Step1: Getting started

Each XML file starts with the project and curator descriptions. Please keep the project status as open while in our testing phase. You will be able to choose any of our options described in more details in the DTD Documentation later on.

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pazar SYSTEM "http://www.pazar.info/pazar.dtd">
<pazar>
 <project edit_date="dd-mm-yy" pazar_id="p_0001"
   project_name="example_project" status="open">
   <user affiliation="affiliation" first_name="first_name"
     last_name="last_name" pazar_id="u_0001" username="user"/>
 </project>

Replace the red values with your own information.
The pazar IDs are internal IDs that will not be stored. They can be anything as long as they are unique throughout the file.