关于 epub 文件的问题
我正在为 iPhone 开发一个电子书阅读器,它可以加载 epub 文件。 我已经解压了 epub 文件。
我很困惑的是,如果我从 epub 文件提取的内容中读取 HTML 文件,会好吗?
或者我还需要解析container.xml吗?
目前我只能读取 HTML 文件,并且可以使用 Webview 查看所有内容。
如果我只读取 HTML 文件就足够了吗?
谢谢...
I am developing a ebook reader for iPhone whic loads epub file.
I have unzipped the epub file.
What I am confused is, if I read HTML file from the extracted content of epub file, will it be fine?
or do I need to parse the container.xml also?
at present I am able to read only HTML file and I can see all the content with Webview.
is it enough if I read only HTML file?
Thanks...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
不,这还不够。
如果不使用文件格式提供的功能,您将无法编写任何成功处理 EPUB 文件的应用程序。
您问了很多有关 EPUB 格式的问题,这似乎表明您并不真正了解该文件格式。我认为也许您应该在编写任何之前阅读IDPF网站上的规范根本没有代码。
No, it's not enough.
Without using the facilities provided to you by the file format you are not going to write any application that processes EPUB files successfully.
You've asked a lot of questions about the EPUB format that seem to suggest that you don't really understand the file format. I think perhaps that you should read the specifications at the IDPF website before you write any code at all.
来自维基百科“XML 用于创建文档清单、目录和 EPUB 元数据。”听起来你好像冒着删除目录的风险。
from wikipedia "XML is used to create the document manifest, table of contents, and EPUB metadata." Sounds like you risk dropping the table of contents.