Re: texi to epub

2021-12-15 Thread Per Bothner
On 12/15/21 12:43, Patrice Dumas wrote: I could have a try, but before I would like to have an XHTML command-line offline validator, is there something like that existing? The critical first step is generating "well-formed XML". I.e. basic lexical/syntactic correctness, ignoring semantic co

Re: XHTML validation (was: texi to epub)

2021-12-15 Thread Jacob Bachmeyer
Patrice Dumas wrote: On Wed, Dec 15, 2021 at 07:06:37PM +0100, Kurt Hornik wrote: Friends, calibre does not guarantee that an EPUB produced by it is valid. The only guarantee it makes is that if you feed it valid XHTML 1.1 + CSS 2.1 it will output a valid EPUB. and of course makeinfo

Re: texi to epub

2021-12-15 Thread Per Bothner
Some previous discussion: https://lists.gnu.org/archive/html/bug-texinfo/2021-01/msg8.html https://lists.gnu.org/archive/html/bug-texinfo/2021-08/msg00031.html https://lists.gnu.org/archive/html/bug-texinfo/2021-09/msg0.html and some other messages in those threads. I suggested generating

Re: texi to epub

2021-12-15 Thread Patrice Dumas
On Wed, Dec 15, 2021 at 07:06:37PM +0100, Kurt Hornik wrote: > Friends, > > calibre does not guarantee that an EPUB produced by it is valid. The > only guarantee it makes is that if you feed it valid XHTML 1.1 + CSS > 2.1 it will output a valid EPUB. > > and of course makeinfo gives HTML 4.

texi to epub

2021-12-15 Thread Kurt Hornik
Friends, You may be aware the R () has been using texinfo for its basic manuals "forever". A long time ago, it was suggested to us that ebooks were convenient to read, so we looked into coming up with a pipeline to turn .texi to .epub. See