| |
Hints To Assist You
To Create a Valid XML File
- A CSV (Comma Separated Value) can be either created in Excel or
Access database and exported in CSV format. An example can be downloaded
for reference here: createContext.csv
- Click here to find the six columns to enter into the CSV file
- If you don't wish to add Sections leave the last 2 columns blank.
If this is done:
- Column 1 is the Division Name
- Column 2 is the Group Name
- Column 3 is the Course ID
- Column 4 is the Course Name
- Hints on avoiding errors in creating XML
- A global template allows you to link a style sheet to all sections.
This can't be used if the section is already created. However it is
very useful if the administrator wishes to impose an organisation-wide
set of styles.
- Comparison of Correct and Incorrect VISTA Learning Context
| SEQUENCE |
INCORRECT |
CORRECT |
INCORRECT |
CORRECT |
| Division |
Engineering |
Engineering |
Arts and Craft |
Arts and Craft |
| Group |
Fitting & Machining |
Fitting and machining |
Ceramics |
Ceramics |
| Course id |
OHS |
OHS_Eng101 |
OHS |
OHS_Art101 |
| Course Name |
Health & Safety |
Health and Safety |
Health & Safety |
Health and Safety |
| Section id |
Health101 |
Health_Eng101 |
Health101 |
Health_Art101 |
| Section |
machines, rotating |
rotating machines |
Workshop Safety |
Workshop Safety |
In the two examples shown above:
- The Engineering and Arts Divisions both have the
same OHS Course id. VISTA won't accept this, they must have a unique
id!
- Similarly with Health101.
- In 'Fitting & machining' and 'Health & Safety'
the '&' which has been replaced by 'and' in
the XML file.
- 'machines, rotating' is incorrect as it contains
a comma. Corrected as 'rotating machines'.
|