NAMEds_xml - Tags used in a Daxtraq XML Data Source DESCRIPTIONSince the SDF format is very unstable -- multiple styles have appeared in the years and a header does not exist to say what kind it is -- a new Data Source module has been invented to read user definitions from an XML file. It is a layer to libxml which takes care of all the necessary stuff. Prerequisite is that you know some HTML, XML, XHTML. Begin the XML file with the <datasource> tag. (Needed to recognize a file.) USER OBJECTThe <user> tag specifies a user: <user nname="Engelhardt" vname="Jan" xuid="12.3.45" class="11" /> vname is the surname (prenom), nname the other (last name). Birthdate (used to handle users with same name) can be any format the date_scramble() routine in data.c accepts. They can be: D.M.Y, M/D/Y, Y-M-D. Comments are allowed as XML/HTML allows them. They are filtered out when parsing with libxml.
|