Ootempl.MalformedXMLError exception (ootempl v0.3.0)

Raised when XML content in a .docx file is not well-formed.

This error indicates that an XML file within the .docx archive could not be parsed. The XML may have syntax errors, unclosed tags, or other structural problems that prevent parsing.

Summary

Types

t()

@type t() :: %Ootempl.MalformedXMLError{
  __exception__: true,
  message: String.t(),
  path: Path.t(),
  reason: term(),
  xml_file: String.t()
}