# RDF-XML.ex v1.2.1 - Table of Contents An implementation of RDF-XML for Elixir and RDF.ex. ## Pages - [README](readme.md) - [Change Log](changelog.md) ## Modules - [RDF.XML](RDF.XML.md): An implementation of the RDF 1.1 XML Syntax. - [RDF.XML.Decoder](RDF.XML.Decoder.md): A decoder for RDF/XML serializations to `RDF.Graph`s. - [RDF.XML.Encoder](RDF.XML.Encoder.md): An encoder for RDF/XML serializations of RDF.ex data structures. - Exceptions - [RDF.XML.EncodeError](RDF.XML.EncodeError.md) - [RDF.XML.ParseError](RDF.XML.ParseError.md)