On Mon, Dec 22, 2008 at 12:30:29AM +0000, Noah Slater wrote: > Hello, > > * For such a small document, I don't want to use a <book> element, could > there > be a way for me to ask `makeinfo` to produce an <article> element instead?
In texi2html, there is a possible special handling of a document consisting of only one section. However, it won't solve the issue here since the <book> element is opened and closed at the beginning and at the end of the page, and the corresponding functions are called in any case. I'll see what I can do, it will certainly amounts to passing the information that there is only one section to the functions formatting the page header and page footer. Putting it in the texi2html TODO. > * For such a small document, I do not want to use any sections, and so the > content (in this case, the <para> elements) should be top level <article> > elements, and not part of the <abstract> In texi2html xml output there is no corresponding abstract element. I guess I didn't had a document that produced one when processed by makeinfo --xml. -- Pat
