Grandt / PHPePub

PHP Classes for dynamically generating EPub files.
http://www.phpclasses.org/package/6115
241 stars 83 forks source link

use HTML5-PHP #39

Open tcitworld opened 8 years ago

tcitworld commented 8 years ago

Uses html5-php parser for html5 compatibility. This avoids numerous warnings linked to php's DOMDocument not understanding new html5 tags.

I have tested this with a few cases but it may fail in some special cases.

tcitworld commented 8 years ago

@Grandt Any opinion on this ?

Grandt commented 8 years ago

Sorry, I've been a bit busy with a new job lately. I'll do my best to look at it this weekend. Though adding HTML 5 support for ePub3 should be possible, but as the entire class was written around dealing with XHTML there may be some changes needed.