<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: The challenges of building on ePub</title>
	<atom:link href="http://www.teleread.org/2008/05/21/the-challenges-of-building-on-epub/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.teleread.org/2008/05/21/the-challenges-of-building-on-epub/</link>
	<description>News &#38; views on e-books, libraries, publishing and related topics</description>
	<lastBuildDate>Sun, 08 Nov 2009 16:03:27 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jon Noring</title>
		<link>http://www.teleread.org/2008/05/21/the-challenges-of-building-on-epub/comment-page-1/#comment-808095</link>
		<dc:creator>Jon Noring</dc:creator>
		<pubDate>Thu, 22 May 2008 18:32:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.teleread.org/blog/2008/05/21/the-challenges-of-building-on-epub/#comment-808095</guid>
		<description>Aaron, I&#039;ll have to recheck the OCF spec, but I believe that OCF does not require compression for any of the files. If compression is used, though, it must be the classic Flate (or whatever it is called).

Nevertheless, at least with regards to ZIP, a ZIP is a ZIP whether compression of individual files is used or not.

The issue of compression will always be political. But I agree that with today&#039;s higher bandwidth and cheap ultra-high density disk drives where space is no longer an issue (both server and client sides), looking at the necessity of compression of text-encoded files can certainly be revisited. As noted before, Bill Janssen is a strong proponent of a MHTML-like approach. One can certainly imagine containing an OPS Publication within MHTML. As I&#039;ve argued over the last few years, it&#039;s really not the container which is the issue &#8211; it is the creamy filled center, the OPS Publication.</description>
		<content:encoded><![CDATA[<p>Aaron, I&#8217;ll have to recheck the OCF spec, but I believe that OCF does not require compression for any of the files. If compression is used, though, it must be the classic Flate (or whatever it is called).</p>
<p>Nevertheless, at least with regards to ZIP, a ZIP is a ZIP whether compression of individual files is used or not.</p>
<p>The issue of compression will always be political. But I agree that with today&#8217;s higher bandwidth and cheap ultra-high density disk drives where space is no longer an issue (both server and client sides), looking at the necessity of compression of text-encoded files can certainly be revisited. As noted before, Bill Janssen is a strong proponent of a MHTML-like approach. One can certainly imagine containing an OPS Publication within MHTML. As I&#8217;ve argued over the last few years, it&#8217;s really not the container which is the issue &ndash; it is the creamy filled center, the OPS Publication.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Liza Daly</title>
		<link>http://www.teleread.org/2008/05/21/the-challenges-of-building-on-epub/comment-page-1/#comment-808080</link>
		<dc:creator>Liza Daly</dc:creator>
		<pubDate>Thu, 22 May 2008 18:22:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.teleread.org/blog/2008/05/21/the-challenges-of-building-on-epub/#comment-808080</guid>
		<description>For my platform I needed to make the distinction between a web-friendly directory of standard HTML, an expanded epub directory that the software should render to the browser after some parsing, and a traditional epub file with a .epub extension that the browser should download and hand off to a reader like Digital Editions.  
Just internally, I decided on &quot;.epubx&quot; as the epub-expanded extension, but I wouldn&#039;t ultimately expose that to the end-user.  It&#039;s unsatisfying for a number of reasons: for one, I don&#039;t want to ad hoc invent new formats or practices.  But it&#039;s also lousy because a directory/folder shouldn&#039;t have a file extension -- I&#039;m not sure what&#039;s the right approach here.</description>
		<content:encoded><![CDATA[<p>For my platform I needed to make the distinction between a web-friendly directory of standard HTML, an expanded epub directory that the software should render to the browser after some parsing, and a traditional epub file with a .epub extension that the browser should download and hand off to a reader like Digital Editions.<br />
Just internally, I decided on &#8220;.epubx&#8221; as the epub-expanded extension, but I wouldn&#8217;t ultimately expose that to the end-user.  It&#8217;s unsatisfying for a number of reasons: for one, I don&#8217;t want to ad hoc invent new formats or practices.  But it&#8217;s also lousy because a directory/folder shouldn&#8217;t have a file extension &#8212; I&#8217;m not sure what&#8217;s the right approach here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron S. Miller, CTO of BookGlutton, a Web-based community of readers</title>
		<link>http://www.teleread.org/2008/05/21/the-challenges-of-building-on-epub/comment-page-1/#comment-808071</link>
		<dc:creator>Aaron S. Miller, CTO of BookGlutton, a Web-based community of readers</dc:creator>
		<pubDate>Thu, 22 May 2008 18:10:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.teleread.org/blog/2008/05/21/the-challenges-of-building-on-epub/#comment-808071</guid>
		<description>LuYu, EPUBs support standard hyperlinks just like web pages use. The problem arises when a link from outside the book needs to point into it, or when a link needs to point from one book into another book. This is a problem that can be solved with good software, but not one that web browsers can currently handle well.

Jon, can you share where the impetus for compression is coming from? I presume that device manufacturers and publishers simply want to maximize the number of books that can be contained on one storage medium?

If compression is a political hotpoint, it would be good to consider requiring compliant EPUB reading systems to recognize two different containers, one compressed, the other not. For example a directory bundle with a .ops extension, and the .epub compressed version.</description>
		<content:encoded><![CDATA[<p>LuYu, EPUBs support standard hyperlinks just like web pages use. The problem arises when a link from outside the book needs to point into it, or when a link needs to point from one book into another book. This is a problem that can be solved with good software, but not one that web browsers can currently handle well.</p>
<p>Jon, can you share where the impetus for compression is coming from? I presume that device manufacturers and publishers simply want to maximize the number of books that can be contained on one storage medium?</p>
<p>If compression is a political hotpoint, it would be good to consider requiring compliant EPUB reading systems to recognize two different containers, one compressed, the other not. For example a directory bundle with a .ops extension, and the .epub compressed version.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Noring</title>
		<link>http://www.teleread.org/2008/05/21/the-challenges-of-building-on-epub/comment-page-1/#comment-808068</link>
		<dc:creator>Jon Noring</dc:creator>
		<pubDate>Thu, 22 May 2008 18:01:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.teleread.org/blog/2008/05/21/the-challenges-of-building-on-epub/#comment-808068</guid>
		<description>LuYu, not sure what you meant by your comment, but EPUB certainly supports internal hard-wired links where one may jump from one content document to another independent of the spine.

From my understanding (and this is not a knock since I understand the difficulty of building reading systems), FBReader&#039;s support of EPUB is pretty sparse.

That is, from my understanding the current FBReader cannot be considered a conforming OPS Reading System per the OPS spec. Over time it may reach the level of OPS support where it conforms to all OPS reading system requirements, and I hope it does.

Let a thousand flowers bloom!</description>
		<content:encoded><![CDATA[<p>LuYu, not sure what you meant by your comment, but EPUB certainly supports internal hard-wired links where one may jump from one content document to another independent of the spine.</p>
<p>From my understanding (and this is not a knock since I understand the difficulty of building reading systems), FBReader&#8217;s support of EPUB is pretty sparse.</p>
<p>That is, from my understanding the current FBReader cannot be considered a conforming OPS Reading System per the OPS spec. Over time it may reach the level of OPS support where it conforms to all OPS reading system requirements, and I hope it does.</p>
<p>Let a thousand flowers bloom!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Noring</title>
		<link>http://www.teleread.org/2008/05/21/the-challenges-of-building-on-epub/comment-page-1/#comment-808059</link>
		<dc:creator>Jon Noring</dc:creator>
		<pubDate>Thu, 22 May 2008 17:53:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.teleread.org/blog/2008/05/21/the-challenges-of-building-on-epub/#comment-808059</guid>
		<description>Btw, IDPF is considering something like the epub: IRI, and would certainly get it blessed so it is not &quot;vendor specific&quot; &#8211; just to clarify my prior comment.</description>
		<content:encoded><![CDATA[<p>Btw, IDPF is considering something like the epub: IRI, and would certainly get it blessed so it is not &#8220;vendor specific&#8221; &ndash; just to clarify my prior comment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Noring</title>
		<link>http://www.teleread.org/2008/05/21/the-challenges-of-building-on-epub/comment-page-1/#comment-808056</link>
		<dc:creator>Jon Noring</dc:creator>
		<pubDate>Thu, 22 May 2008 17:52:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.teleread.org/blog/2008/05/21/the-challenges-of-building-on-epub/#comment-808056</guid>
		<description>Yes, for the epub: IRI to stick, we&#039;d have to get approval, which IDPF is certainly capable of doing (with Adobe backing us up we could probably run the gauntlet.) Of course, there&#039;s the required application modules for this IRI which needs to be developed.

Certainly the kitchen sink http: could be used, and I assume it could be tweaked to carry something equivalent to the epub: IRI. But I&#039;ll let the web developer experts chew on this. It&#039;d still require special applications.

&lt;hr/&gt;

Standing back and looking at the bigger picture, we must have a &quot;single file&quot; for distribution, sale and archiving. Just like a book is a single object, an e-book MUST be a single digital object. I can&#039;t imagine anything other than this, at least for a long-time. Even computers have what&#039;s called &quot;file systems&quot; where the single file is still king.

Now this brings up what to do if not ZIP for this single file container.

Interestingly, one thing brought up is to place all the OPS files into a single XML document. Unfortunately we quickly discovered that Microsoft holds a key patent of putting multiple files representing a document/publication into a single XML document. This is the reason OpenOffice documents are a jar file containing multiple files. The OpenOffice folk originally wanted to encase all the files into a single XML document, but the patent issue stopped them. (This is what I was told, anyway &#8211; I&#039;ve not verified this from other sources.)

Even with the XML solution, there&#039;d be strong pressure to use compression, so again we are back to the issue of compression, which seems to be what the real issue in this discussion.</description>
		<content:encoded><![CDATA[<p>Yes, for the epub: IRI to stick, we&#8217;d have to get approval, which IDPF is certainly capable of doing (with Adobe backing us up we could probably run the gauntlet.) Of course, there&#8217;s the required application modules for this IRI which needs to be developed.</p>
<p>Certainly the kitchen sink http: could be used, and I assume it could be tweaked to carry something equivalent to the epub: IRI. But I&#8217;ll let the web developer experts chew on this. It&#8217;d still require special applications.</p>
<hr />
<p>Standing back and looking at the bigger picture, we must have a &#8220;single file&#8221; for distribution, sale and archiving. Just like a book is a single object, an e-book MUST be a single digital object. I can&#8217;t imagine anything other than this, at least for a long-time. Even computers have what&#8217;s called &#8220;file systems&#8221; where the single file is still king.</p>
<p>Now this brings up what to do if not ZIP for this single file container.</p>
<p>Interestingly, one thing brought up is to place all the OPS files into a single XML document. Unfortunately we quickly discovered that Microsoft holds a key patent of putting multiple files representing a document/publication into a single XML document. This is the reason OpenOffice documents are a jar file containing multiple files. The OpenOffice folk originally wanted to encase all the files into a single XML document, but the patent issue stopped them. (This is what I was told, anyway &ndash; I&#8217;ve not verified this from other sources.)</p>
<p>Even with the XML solution, there&#8217;d be strong pressure to use compression, so again we are back to the issue of compression, which seems to be what the real issue in this discussion.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LuYu</title>
		<link>http://www.teleread.org/2008/05/21/the-challenges-of-building-on-epub/comment-page-1/#comment-808047</link>
		<dc:creator>LuYu</dc:creator>
		<pubDate>Thu, 22 May 2008 17:48:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.teleread.org/blog/2008/05/21/the-challenges-of-building-on-epub/#comment-808047</guid>
		<description>I do not understand the ins and outs of these issues very well, but it has been my impression with what I have seen of EPUB that some sort of internal linking is needed in the archive.  This has been my principle frustration with FBReader.  It is nice that it opens archives and all, but none of the local links work (with FBReader, this problem is not limited to archives -- no local links function).

Web browsers handle local links well, but there is no mechanism for this in archives.  How would a browser, or any program for that matter, follow a link from one document in an archive to another in the same archive?

My program generates multipage HTML files from a single Project Gutenberg text file.  If I cannot link between files, what is the point of separating them in the first place?  And what is the point of putting the files in an archive anyway as opposed to one big fat text file?</description>
		<content:encoded><![CDATA[<p>I do not understand the ins and outs of these issues very well, but it has been my impression with what I have seen of EPUB that some sort of internal linking is needed in the archive.  This has been my principle frustration with FBReader.  It is nice that it opens archives and all, but none of the local links work (with FBReader, this problem is not limited to archives &#8212; no local links function).</p>
<p>Web browsers handle local links well, but there is no mechanism for this in archives.  How would a browser, or any program for that matter, follow a link from one document in an archive to another in the same archive?</p>
<p>My program generates multipage HTML files from a single Project Gutenberg text file.  If I cannot link between files, what is the point of separating them in the first place?  And what is the point of putting the files in an archive anyway as opposed to one big fat text file?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron S. Miller, CTO of BookGlutton, a Web-based community of readers</title>
		<link>http://www.teleread.org/2008/05/21/the-challenges-of-building-on-epub/comment-page-1/#comment-808028</link>
		<dc:creator>Aaron S. Miller, CTO of BookGlutton, a Web-based community of readers</dc:creator>
		<pubDate>Thu, 22 May 2008 17:28:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.teleread.org/blog/2008/05/21/the-challenges-of-building-on-epub/#comment-808028</guid>
		<description>@Jon: Vendor-specific IRI schemes already exist to do this sort of thing (jar:), but unfortunately new IRI schemes are unlikely to be officially approved, and less likely to be uniformly adopted by the browser manufacturers. Xpointer is even more of a stretch, and has few implementations yet. It would be better to have a way right now to use the standard http: scheme, since it was specifically designed for HTML filesystems and would make EPUB instantly accessible to the Web.</description>
		<content:encoded><![CDATA[<p>@Jon: Vendor-specific IRI schemes already exist to do this sort of thing (jar:), but unfortunately new IRI schemes are unlikely to be officially approved, and less likely to be uniformly adopted by the browser manufacturers. Xpointer is even more of a stretch, and has few implementations yet. It would be better to have a way right now to use the standard http: scheme, since it was specifically designed for HTML filesystems and would make EPUB instantly accessible to the Web.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Noring</title>
		<link>http://www.teleread.org/2008/05/21/the-challenges-of-building-on-epub/comment-page-1/#comment-808007</link>
		<dc:creator>Jon Noring</dc:creator>
		<pubDate>Thu, 22 May 2008 17:08:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.teleread.org/blog/2008/05/21/the-challenges-of-building-on-epub/#comment-808007</guid>
		<description>Aaron, we actually designed the container in such a way that it is possible to build an IRI scheme to point inside of it. It could be something like this:

&lt;code&gt;epub:/OPS-Pub-Identifier/content-doc-filename/#id&lt;/code&gt;

Or even use the more elaborate XPointer schemes when there don&#039;t exist id&#039;s at the points in the documents we&#039;d like to point to.</description>
		<content:encoded><![CDATA[<p>Aaron, we actually designed the container in such a way that it is possible to build an IRI scheme to point inside of it. It could be something like this:</p>
<p><code>epub:/OPS-Pub-Identifier/content-doc-filename/#id</code></p>
<p>Or even use the more elaborate XPointer schemes when there don&#8217;t exist id&#8217;s at the points in the documents we&#8217;d like to point to.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron S. Miller, CTO of BookGlutton, a Web-based community of readers</title>
		<link>http://www.teleread.org/2008/05/21/the-challenges-of-building-on-epub/comment-page-1/#comment-808004</link>
		<dc:creator>Aaron S. Miller, CTO of BookGlutton, a Web-based community of readers</dc:creator>
		<pubDate>Thu, 22 May 2008 17:02:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.teleread.org/blog/2008/05/21/the-challenges-of-building-on-epub/#comment-808004</guid>
		<description>@alan - an index.html file in an OPS structure would certainly be good idea. I&#039;m not sure why it was not included in the spec as a fallback for the OPF file, except that EPUB was designed mainly for &quot;e-book&quot; devices.

@keith - I doubt that the folks who work on the major browsers are going to make OCF browsing a huge priority anytime soon. Likewise, until there&#039;s a good reason, search engines are not going to do zip indexing (it took them long enough to index PDFs and Flash files).

Many here seem to have missed the first point, which is that there is room for another type of container more inclusive of browsers as reading agents.

There are good reasons that the W3C never proposed wrapping web sites in zip containers, and they have to do with linking, annotation and searching--all things we expect from digital books. For the same reasons, we don&#039;t develop web sites as collections of PDFs. Search engines DO NOT index the contents of compressed files, and there is no standard scheme for linking into those contents. This has serious implications for any document format that relies on compression.</description>
		<content:encoded><![CDATA[<p>@alan &#8211; an index.html file in an OPS structure would certainly be good idea. I&#8217;m not sure why it was not included in the spec as a fallback for the OPF file, except that EPUB was designed mainly for &#8220;e-book&#8221; devices.</p>
<p>@keith &#8211; I doubt that the folks who work on the major browsers are going to make OCF browsing a huge priority anytime soon. Likewise, until there&#8217;s a good reason, search engines are not going to do zip indexing (it took them long enough to index PDFs and Flash files).</p>
<p>Many here seem to have missed the first point, which is that there is room for another type of container more inclusive of browsers as reading agents.</p>
<p>There are good reasons that the W3C never proposed wrapping web sites in zip containers, and they have to do with linking, annotation and searching&#8211;all things we expect from digital books. For the same reasons, we don&#8217;t develop web sites as collections of PDFs. Search engines DO NOT index the contents of compressed files, and there is no standard scheme for linking into those contents. This has serious implications for any document format that relies on compression.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Rothman</title>
		<link>http://www.teleread.org/2008/05/21/the-challenges-of-building-on-epub/comment-page-1/#comment-807489</link>
		<dc:creator>David Rothman</dc:creator>
		<pubDate>Thu, 22 May 2008 08:27:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.teleread.org/blog/2008/05/21/the-challenges-of-building-on-epub/#comment-807489</guid>
		<description>One specific: Google &lt;a href=&quot;http://www.seroundtable.com/archives/002507.html&quot; rel=&quot;nofollow&quot;&gt;almost surely can handle zipped texts.&lt;/a&gt; If Google can do it, probably other services can or will. Thanks. David</description>
		<content:encoded><![CDATA[<p>One specific: Google <a href="http://www.seroundtable.com/archives/002507.html" rel="nofollow">almost surely can handle zipped texts.</a> If Google can do it, probably other services can or will. Thanks. David</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Noring</title>
		<link>http://www.teleread.org/2008/05/21/the-challenges-of-building-on-epub/comment-page-1/#comment-807268</link>
		<dc:creator>Jon Noring</dc:creator>
		<pubDate>Thu, 22 May 2008 03:47:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.teleread.org/blog/2008/05/21/the-challenges-of-building-on-epub/#comment-807268</guid>
		<description>Yes, it is important to understand that the OEBPS working group (and the PSWG which preceded it) has &lt;em&gt;always&lt;/em&gt; considered, for decision-making purposes, that OEBPS/OPS may be used for both:

1) Direct rendering in capable reading systems, and

2) Conversion into other formats. Who does the conversion (including by the end-user) is immaterial.

(The original view of OEBPS being an &quot;exchange format&quot; was essentially publicly stated for &quot;political reasons&quot;, but we in the working group always considered both possibilities above in all decisions we made.)

So obviously an EPUB--&gt;&quot;local web site&quot; converter fits into the general scheme of things which the OEBPS Working Group considers as viable/approved/encouraged/etc.

Let a thousand flowers bloom!</description>
		<content:encoded><![CDATA[<p>Yes, it is important to understand that the OEBPS working group (and the PSWG which preceded it) has <em>always</em> considered, for decision-making purposes, that OEBPS/OPS may be used for both:</p>
<p>1) Direct rendering in capable reading systems, and</p>
<p>2) Conversion into other formats. Who does the conversion (including by the end-user) is immaterial.</p>
<p>(The original view of OEBPS being an &#8220;exchange format&#8221; was essentially publicly stated for &#8220;political reasons&#8221;, but we in the working group always considered both possibilities above in all decisions we made.)</p>
<p>So obviously an EPUB&#8211;>&#8221;local web site&#8221; converter fits into the general scheme of things which the OEBPS Working Group considers as viable/approved/encouraged/etc.</p>
<p>Let a thousand flowers bloom!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan Wallcraft</title>
		<link>http://www.teleread.org/2008/05/21/the-challenges-of-building-on-epub/comment-page-1/#comment-807234</link>
		<dc:creator>Alan Wallcraft</dc:creator>
		<pubDate>Thu, 22 May 2008 02:56:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.teleread.org/blog/2008/05/21/the-challenges-of-building-on-epub/#comment-807234</guid>
		<description>@Liza, most ebook readers work on local files.  So that is a good start.  

I was thinking more of a stand-alone utility, rather than a web application, but either works as a proof of concept.  Note that format shifting is a recognized method of supporting EPUB, so EPUB to EPUB+WebFiles would seem to meet that criteria and once the WebFiles are created they should work remotely.</description>
		<content:encoded><![CDATA[<p>@Liza, most ebook readers work on local files.  So that is a good start.  </p>
<p>I was thinking more of a stand-alone utility, rather than a web application, but either works as a proof of concept.  Note that format shifting is a recognized method of supporting EPUB, so EPUB to EPUB+WebFiles would seem to meet that criteria and once the WebFiles are created they should work remotely.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Noring</title>
		<link>http://www.teleread.org/2008/05/21/the-challenges-of-building-on-epub/comment-page-1/#comment-807073</link>
		<dc:creator>Jon Noring</dc:creator>
		<pubDate>Thu, 22 May 2008 00:15:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.teleread.org/blog/2008/05/21/the-challenges-of-building-on-epub/#comment-807073</guid>
		<description>Just to note that DTBook documents are also supported in EPUB, and I&#039;m currently (re)studying the DTBook DTD to ascertain how web-browser-compatible DTBook is.

From my understanding, it is CSS-compatible (not like TEI which has structures that are not compatible with the HTML/CSS paradigm), and so one should be able to apply a default browser style sheet extension. I expect that very few EPUB&#039;s the average book reader will obtain (in the short-term at least) will include DTBook documents. But in the long-term we may see more DTBook. It is a quite good markup vocabulary (XHTML with extensions) that forces structure on the author, which is Good&#8482;</description>
		<content:encoded><![CDATA[<p>Just to note that DTBook documents are also supported in EPUB, and I&#8217;m currently (re)studying the DTBook DTD to ascertain how web-browser-compatible DTBook is.</p>
<p>From my understanding, it is CSS-compatible (not like TEI which has structures that are not compatible with the HTML/CSS paradigm), and so one should be able to apply a default browser style sheet extension. I expect that very few EPUB&#8217;s the average book reader will obtain (in the short-term at least) will include DTBook documents. But in the long-term we may see more DTBook. It is a quite good markup vocabulary (XHTML with extensions) that forces structure on the author, which is Good&trade;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Liza Daly</title>
		<link>http://www.teleread.org/2008/05/21/the-challenges-of-building-on-epub/comment-page-1/#comment-807062</link>
		<dc:creator>Liza Daly</dc:creator>
		<pubDate>Thu, 22 May 2008 00:05:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.teleread.org/blog/2008/05/21/the-challenges-of-building-on-epub/#comment-807062</guid>
		<description>I do think that Aaron is right to point out that tools and validators should accept the unzipped container.  Also publishers and vendors should consider using an unzipped format for any content that should be web-discoverable.</description>
		<content:encoded><![CDATA[<p>I do think that Aaron is right to point out that tools and validators should accept the unzipped container.  Also publishers and vendors should consider using an unzipped format for any content that should be web-discoverable.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
