[Jeffrey Kraus-Yao posted the following message to The eBook Community. Since it discusses OpenReader, I'm forwarding it to OpenReader-Format for general...
... Our Prince XML + CSS to PDF formatter supports cross-references like this: http://www.princexml.com/doc/cross-references/ (The target-counter() and...
Michael Day
mikeday@...
Nov 2, 2005 9:47 pm
253
... have ... this ... Using this CSS in the prior example, would the following be correct? CSS a[href]::after { content: target-counter(attr(href), page) } ...
... In this case the generated page number would be a link. It is also possible to write it like this: see <a href="#tab-1">table 1</a>. which will work nicely...
Michael Day
mikeday@...
Nov 3, 2005 12:19 am
255
... Actually, I think the XML Signature work is a possible _ending_ point. To _start_, we need to answer the questions "what do we want to sign?" and "why do...
... Wow! Lee, what an excellent tutorial/summary of the issues we have to consider in designing the digital signature system(s) as well as some considerations...
... Good point! ... And also how many signatures do you allow? In your scenarios, it sounds like you were only expecting a single signature, but you may also...
I am not snipping any portion of Mr. Janssen's reply, so that individuals in other forums where this message was not posted can have the full reply. ... Well,...
[posted to OR-Format and OR-Devel groups.] ... In essence, what makes the OpenReader Format is not the encapsulation method, but the "creamy filling." In terms...
... Either "cairo" or OpenGL would be more than suitable for rendering SVG. ... No, they won't. All existing compliant MIME libraries will handle both "8bit"...
... How do you get this? Every Web client and server has to implement it. Every MIME toolkit has it. What bogus reference are you getting this bit of...
... Well, I think we all know that binaries can be encoded (e.g. mimencoded) into a MIME format (otherwise how can we email binaries to our friends?), but when...
... Yes, I definitely was not very precise in communication there, particularly in that "8-bit" as I used it is ambiguous. Let me restate what I wrote: the...
... Jon, I've answered these questions already at least 3 times in this forum. I'm not sure what good repeating the answers does if you continue to ignore...
... I apologize. There's several new people on these groups, and repeating this information will be useful. I'd rather you to mention it than me since you are...
Hi, ... This may have been covered earlier, but I'm curious as to what kind of catalog or index would be used in a multipart MIME file to speed access to the...
Michael Day
mikeday@...
Nov 8, 2005 7:26 am
268
... Bad assumption! (a logical one, but still wrong) Mac OS X has it's own 2D graphic subsystem called Quartz, which is based on the PDF imaging model. (for...
... A few months ago we did touch upon the points you bring up. We even talked about other archive formats, such as the venerable 'tar'. The first question I...
... How important is memory usage? How important is performance? Without an index, document loading speed will increase exponentially as the size of the...
... See http://xml.openoffice.org/package.html. I note in the referenced document that there is no mention of using MIME with "8bit" or "binary" transfer...
... Oops, I should have been more precise in framing my original question. I meant to say (and I assumed from the context it meant this): "Assuming a user...
... See http://groups.yahoo.com/group/openreader-format/message/233 for a simple Python tool that does this. ... What do you get when you save a Web page...
... Sure. Building that index will take time - both CPU and disk, since the entire file will have to be read BYTE BY BYTE! That means that the larger the...
... Thanks. Very interesting document. ... The issue of toolsets capable of handling '8bit' and 'binary' transfer encodings in MIME is certainly important...
... Thanks for pointing to that. So it appears Python is an open source MIME-capable processor which handles 8bit and binary transfer encodings. Jon...
... As Mr. Janssen pointed out, the place to start in researching MTHML is RFC 2045 (http://www.ietf.org/rfc/rfc2045.txt). It is interesting to note that in...
[Just changed the Subject: title to reflect that this thread has evolved into comparing MIME with ZIP.] ... This is a very good point. ... Interesting. So if...
... At Brady Duga's suggestion I downloaded the eBook Publisher from eBook Technologies, and used that to create what is purportedly an Open EBook File Format...