exsom v0.1.1 Exsom.File

Functions for manipulating XML directly from a file

Summary

Functions

The same as ‘Exsom.scan’, but reads directly from a file

Types

scan_error :: map

Functions

scan(xml_file, model)

Specs

scan([char], %{}) ::
  {:ok, struct, [char]} |
  {:error, scan_error}

The same as ‘Exsom.scan’, but reads directly from a file