Skip to content

v4.0.0

Latest
Compare
Choose a tag to compare
@wolfgangmm wolfgangmm released this 11 Oct 15:37
· 1 commit to master since this release

Refactor TEI output mode: so far the TEI output mode was only used for docx to TEI conversion. Move the docx-specific functions into a separate module so the TEI output mode becomes usable for other scenarios.

This is a breaking change: docx-imports will stop to work properly after updating. To fix this, you must include the ext-docx.xql module into your resources/odd/configuration.xml or odd/configuration.xml:

<modules>
    ...
    <output mode="tei" odd="docx">
        <module uri="http://www.tei-c.org/tei-simple/xquery/functions/docx" prefix="ext-docx"/>
    </output>