# ex_xml v0.2.1 - Table of Contents

> Elixir Xml library that work similar to JSX

## Modules

- [ExXml](ExXml.md): ExXml allows you to use XML in your library to construct code.
This can be helpful if you need to deal more descriptive type of
programming like the ones that are already using a SGML or XML languages
like HTML and ODF. It also allows you to compose components out of Pascal
case XML elements. You can also have a list of elements which are wrapped
with a fragment.

