Smee.Lint (Smee v0.6.0)

Copy Markdown View Source

Lint runs basic XML quality checks against XML strings

Summary

Functions

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

Functions

validate(xml, options \\ [])

@spec 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.