Smee.Lint (Smee v0.1.0) View Source

Lint runs basic XML quality checks against XML strings

Link to this section Summary

Functions

Validates XML - checks that it is well-formed and complies with SAML metadata schema. It does *not check signatures or expiry.

Link to this section Functions

Link to this function

validate(xml, options \\ [])

View Source

Specs

validate(xml :: binary(), options :: keyword()) ::
  {:ok, binary()} | {:error, binary()}

Validates XML - checks that it is well-formed and complies with SAML metadata schema. It does *not check signatures or expiry.