Formatting xml files – Turning Technologies TurningPoint AnyWhere User Manual

Page 34

Advertising
background image

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:

<slides count=”” id=””>

<slide id=”” type=”” multiresponse=””>

<question alias=”” filename=”” imageposition=”” />

<topic id=””>

</topic id>

<answers>

<answer alias=”” value=”” filename=”” />

</answers>

</slide>

</slides>

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.

<slides count=”1” id=”86FF9DB9”>

</slides>

Note

Remember that the following characters are
reserved in XML:

<

>

&

Use the XML entities for these characters (

&lt;

&gt;

&amp;

&apos;

&quot;

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.

Advertising