pandoc-1.0.0.1: Conversion between markup formats

Portabilityportable
Stabilityalpha
MaintainerJohn MacFarlane <jgm@berkeley.edu>

Text.Pandoc.ODT

Description

Functions for producing an ODT file from OpenDocument XML.

Synopsis

Documentation

saveOpenDocumentAsODTSource

Arguments

:: FilePath

Pathname of ODT file to be produced.

-> FilePath

Relative directory of source file.

-> String

OpenDocument XML contents.

-> IO () 

Produce an ODT file from OpenDocument XML.