tags:

views:

95

answers:

1

I am looking at making an ePub magazine, but instead of making the user download a file each month, I would like to use XML and jQuery to load the correct data in the ePub document.

If this is possible that would be great

A: 

The problem is, that you need a Javascript enabled ePub reader for this to work. So the definite answer is: It depends.

Also, you should check, if your target group's epub reader, if it understands JS, can load data via HTTP.

Boldewyn
The reason I ask, is I would like to make an ePub for the iPad Reader
Seems to work: http://blog.threepress.org/2010/06/24/javascript-and-interactivity-in-ibooks/ . I'd suggest to just try it. (You have an iPad, right?)
Boldewyn