# Functions
Validate validates the given document May also alter some attributes (eg: doctype from `manpage` to `article`).
# Structs
Problem a problem detected during validation Must have a severity and an associated message TODO: include element position once available in the AST.
# Type aliases
Severity the problem severity.