Add & Remove Pages

Each page is represented by a page node. Each page node has a few attributes. You need to have at least 4 pages - covers + two pages in the middle. You can use different file formats as pages: graphic formats (JPG, PNG, GIF) and SWF files.

<page path="pages/Book/cover.jpg" />
<page path="pages/Book/page01.jpg" style="video" videoPath="pages/Book/video4.flv" duration="4.26" width="328" height="240"/>
<page path="pages/Book/page02.swf"/>
<page path="pages/Book/page03.swf"/>
<page path="pages/Book/page04.jpg" large="pages/Book/page04-large.jpg" style="double"/>
<page path="pages/Book/page05.jpg"/>
<page path="pages/Book/lastpage.jpg"/>