Description
Defines basic Haskell types for representing XML documents and events. Shared XML types let parsers, renderers, and transformation libraries exchange structured XML data.
It is useful for document processing, feeds, web services, importers, exporters, and tests. It supplies data representations; parsing safety and output correctness depend on the libraries that use those types.