Re: [docbook-apps] Conversion: xml:lang not added to root element of Epub/XHTML1/XHTML5 files

From
Bob Stayton <>
Date
2017-02-15T01:48:23+00:00
ID
Thread
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>