The latest version of symantic-xml is 2.0.0.20200523-1.

symantic-xml

Version 1.0.0.20190223 revision 0 uploaded by julm.

Package meta

Synopsis
Library for reading, validating and writing a subset of the XML format.
Description

Symantics for an approximative implementation of XML (eXtensible Markup Language) and RNC (RelaxNG Compact).

Motivation: Other Haskell libraries do not fit my needs or are too heavy/complex. I like the principle to parse XML using some symantics, which can both generate a Megaparsec parser to validate the XML tree, and a RNC rendition of the schema it validates.

DISCLAMER: My life being's too short, I'm NOT burning my brain on seriously conforming to the too complex XML and RNC formats. Still I try to respect a vague subset of those, unless it makes the code more complex than I am comfortable with.

WARNING: It's currently using an old symantic approach, not the one developped in symantic-http. This may change when I'll get to it.

Author
Julien Moutinho <julm+symantic-xml@autogeree.net>
Bug reports
Julien Moutinho <julm+symantic-xml@autogeree.net>
Category
Data Structures
Copyright
n/a
Homepage
n/a
Maintainer
Julien Moutinho <julm+symantic-xml@autogeree.net>
Package URL
n/a
Stability
experimental

Components