docbook-apps

  • 1.  DocBook Latin support works

    Posted 10-25-2021 19:59
    Don't know who to thank but, I inserted xml:lang="la" as follows:

    <set xmlns="http://docbook.org/ns/docbook"
    xmlns:xi="http://www.w3.org/2001/XInclude"
    xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"
    xml:lang="la">

    obviously Latin text, and voila, the spelling of the text checks out.
    Amazing!
    Thanks to whoever! Paul



  • 2.  Re: [docbook-apps] DocBook Latin support works

    Posted 11-16-2021 20:31
    Looks like it goes back 19 years (or more). Author is one Pablo Rodriguez:

    https://github.com/docbook/xslt10-stylesheets/blob/master/gentext/locale/la.xml

    Regards,

    David

    On 10/25/21 2:59 PM, Pc Thoms wrote:
    > Don't know who to thank but, I inserted xml:lang="la" as follows:
    >
    > <set xmlns="http://docbook.org/ns/docbook"
    >         xmlns:xi="http://www.w3.org/2001/XInclude"
    >         xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"
    > xml:lang="la">
    >
    > obviously Latin text, and voila, the spelling of the text checks out.
    > Amazing!
    > Thanks to whoever! Paul