How can we help?

You are here: Contact Us and FAQs > Technical FAQs > Forming XML files before sending by FTP

Question
How can I ensure my vacancies will be displayed correctly?

Answer
An xml file is considered well formed if each file starts with the <?xml version="1.0"
encoding="ISO-8859-1"?>. The encoding character set may vary but the set specified in the encoding declaration must be adhered to.
each file must contain one <jobsite_database> tag and end with the </jobsite_database> tag.
there is at least one vacancy within the file.
each vacancy starts with the <job> tag and end with the </job> tag.
the tag names are as described in the data type definition including both case and order.
The job description field may contain some HTML but this is limited to break tags <BR>, ordered lists <OL> and un-ordered lists <LI>.
New lines are accepted in the job description field and the vacancy will appear on the site with the new line displayed.
Bullet points will be displayed as hyphens.

Related Questions
If this does not answer your question then contact us.