asciidoctor / docbookrx

(An early version of) a DocBook to AsciiDoc converter written in Ruby.
MIT License
22 stars 49 forks source link

Fixed generation of document header for DocBook 5 book #58

Closed fbolton closed 11 months ago

fbolton commented 7 years ago

In DocBook 5, the title must appear directly under the book element (nested as book > title), in contrast to the DocBook 4.5 convention, where the book title is inside the info element (nested as book > info > title). In DocBook 5, the author's firstname and surname must also be wrapped inside the personname element. A spec test was added for the DocBook 5 format book header.