exsom v0.2.1 Exsom.File
Functions for handling XML files.
Summary
Functions
Parses a XML file, that conforms to a given XSD schema,
into an internal representation of a XML document (ie. Exsom.instance
)
Functions
Specs
parse(path :: Exsom.relative_path, model :: Exsom.model) ::
Exsom.parse_result |
Exsom.parse_error
Parses a XML file, that conforms to a given XSD schema,
into an internal representation of a XML document (ie. Exsom.instance
).