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
- How do I post vacancies to the Jobsite Network in bulk using FTP?
- How do I post vacancies to Jobsite via an FTP account?
- How do I set up an FTP Account?
- How do I transfer vacancies to our FTP server?
- How can I ensure the file can be processed without error?
- What are the XML DTD (Data Type Definition)?
- What is the Section_end tag?
