<?php

// class ABCD : maps internal variables to ABCD elements
//   for input : receives an XML into a DOM-object
//   for output : constructs a DOM-object and writes to XML output file

// every inputfile is supposed to be ABCD XML : if .csv (comma separated
//    value / delimited text ) files are used, they have to be translated
//    to ABCD XML first

class ABCD
{


}


?>