Atomex (atomex v0.5.1)
Generate a valid XML string from an Atomex.Feed
using xml_builder
Link to this section Summary
Functions
Build and render the document into a string.
This is where the <?xml version="1.0" encoding="UTF-8"?>
tag is added and where strings are escaped.
Link to this section Functions
Link to this function
generate_document(feed)
Specs
generate_document(Atomex.Feed.t()) :: binary()
Build and render the document into a string.
This is where the <?xml version="1.0" encoding="UTF-8"?>
tag is added and where strings are escaped.
Parameters
- feed: an
Atomex.Feed
Link to this function
version()
Specs
version() :: binary()