Quote:
Originally Posted by KevinH
Hi JSWolf,
This would most likely have to be an input plugin if someone wanted to do it.
- dumping the nav means the user would have to regenerate a new toc.ncx as one might not already exist.
- is it just section tags you want removed? Wouldn't it be better to simply comment them out or make them a div tag with a class name that indicates it was originally a section tag?
- if javascript, smil, pls or any xml islands are present, just import nothing?
- editing the metadata, and the opf is not hard, neither is converting the doctypes
KevinH
|
The toc.ncx does exist as it would not be ePub 2 compatible without. But if the toc.ncx was not to exist, create one based on the nav ToC.
For the javascript, smil, pls, and XML islands, yes, import nothing or a requester to ask to import or import nothing.
Jon