PhoenixKit.Modules.Pages.PageBuilder.Parser (phoenix_kit v1.7.71)

Copy Markdown View Source

Parses .phk (PhoenixKit) XML-style markup into an AST.

NOTE: This is preserved code from the Publishing module's filesystem layer.

Summary

Functions

Parses .phk XML content into an AST.

Functions

parse(content)

@spec parse(String.t()) :: {:ok, map()} | {:error, term()}

Parses .phk XML content into an AST.