Re: [docbook-apps] Conversion: xml:lang not added to root element of Epub/XHTML1/XHTML5 files
Hi Leif, This can be easily done by adding the following to your customization layer: <xsl:template name="root.attributes"> <xsl:call-template name="xml.language.attribute"/> </xsl:template>