Format xml documents – Turning Technologies TurningPoint User Manual
Page 202
TurningPoint for Office 2003 User Guide
202
Parser Documents
3
Click the Preview & Publish Tab and select Save QTI XML File.
4
Select QTI XML zip file.
5
Click Save As.
6
Name the file and click Save.
Format XML Documents
The following is a basic shell of the XML document type accepted by the TurningPoint Parser:
Each element is described below, along with an example and an explanation of the attributes.
slides
The slides element is the top-level element in the XML document and contains all the information
TurningPoint requires to create the interactive presentation. The
slides
element contains a number of
slide
elements.
Note
Remember that the following characters are
reserved in XML:
<
>
&
‘
“
Use the XML entities for these characters (
<
>
&
'
"
respectively).