Cycle Plugin and XML Data file.

Cycle Plugin and XML Data file.

I love the Cycle plugin as it is a perfect fit for my website application....with one exception. The slide content I am using is primarily text, which I have gotten to work well in the small trials of say one chapter (20 pages), except I have several hundred or even thousands of pages I would like to slide and navigate etc.

I would like to separate my data from my HTML with preferably XML or possibly JSON (probably not as well suited for paragraphs, headers and occasional images?). I want to do this for two reasons 1. Size: I do not want my index file to be loaded with hundreds of pages of text, when a user only needs 1 page at a time. 2. I want to try to deter savvy users from going to source code and just cutting and pasting all of my content (let them do it one page at a time if they wish lol).

I am wondering if the answer to my question is to somehow merge the techniques of this plugin with a little PHP and simpleXMLElement.....but I cant seem to find the solution.

Please let me know if you need any further explanation of my question etc. Any help would be greatly appreciated.

Charles