Formatting xml files – Turning Technologies TurningPoint AnyWhere User Manual
Page 34

TurningPoint AnyWhere User Guide
34
Formatting XML Files
Formatting XML Files
The following is a basic shell of the XML file 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).
Attribute
Description
count
The total number of slide elements in the presentation.
id
An optional attribute that contains a unique identifier for the group of slides.