关于 epub 文件的问题

发布于 2024-10-11 21:11:42 字数 231 浏览 5 评论 0原文

我正在为 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

执手闯天涯 2024-10-18 21:11:42

不,这还不够。

  1. 您如何知道文件应按什么顺序显示?
  2. 您将如何显示导航结构?
  3. 您将如何确定您正在阅读的内容是否有效(当应用程序因无效数据而崩溃时,用户往往会感到不安)?

如果不使用文件格式提供的功能,您将无法编写任何成功处理 EPUB 文件的应用程序。

您问了很多有关 EPUB 格式的问题,这似乎表明您并不真正了解该文件格式。我认为也许您应该在编写任何之前阅读IDPF网站上的规范根本没有代码。

No, it's not enough.

  1. How will you know what order the files should be displayed in?
  2. How will you display the navigational structure?
  3. How will you determine if the content you are reading is valid (users tend to be upset when apps crash on invalid data)?

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.

傲娇萝莉攻 2024-10-18 21:11:42

来自维基百科“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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文