xml-conduit: Pure-Haskell utilities for dealing with XML with the conduit package.

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Warnings:

Hackage documentation generation is not reliable. For up to date documentation, please see: http://www.stackage.org/package/xml-conduit.


[Skip to Readme]

Properties

Versions 0.5.0, 0.5.0.1, 0.5.1, 0.5.1.1, 0.5.1.2, 0.5.2, 0.5.3, 0.5.3.1, 0.5.4, 0.6.0, 0.6.1, 0.7.0, 0.7.0.1, 0.7.0.2, 0.7.0.3, 1.0.0, 1.0.1, 1.0.1.1, 1.0.2, 1.0.2.1, 1.0.3, 1.0.3.1, 1.0.3.2, 1.0.3.3, 1.1.0, 1.1.0.1, 1.1.0.2, 1.1.0.3, 1.1.0.4, 1.1.0.5, 1.1.0.6, 1.1.0.7, 1.1.0.8, 1.1.0.9, 1.2.0, 1.2.0.1, 1.2.0.2, 1.2.0.3, 1.2.1, 1.2.1.1, 1.2.2, 1.2.3, 1.2.3.1, 1.2.3.2, 1.2.3.3, 1.2.4, 1.2.5, 1.2.5.1, 1.2.6, 1.3.0, 1.3.1, 1.3.2, 1.3.3, 1.3.3.1, 1.3.4, 1.3.4.1, 1.3.4.2, 1.3.5, 1.4.0, 1.4.0.1, 1.4.0.2, 1.4.0.3, 1.4.0.4, 1.5.0, 1.5.1, 1.6.0, 1.7.0, 1.7.0.1, 1.7.1.0, 1.7.1.1, 1.7.1.2, 1.8.0, 1.8.0.1, 1.9.0.0, 1.9.1.0, 1.9.1.0, 1.9.1.1, 1.9.1.2, 1.9.1.3
Change log ChangeLog.md
Dependencies attoparsec (>=0.10), base (>=4 && <5), blaze-html (>=0.5), blaze-markup (>=0.5), bytestring (>=0.10.2), conduit (>=1.3 && <1.4), conduit-extra (>=1.3 && <1.4), containers (>=0.2), data-default-class, deepseq (>=1.1.0.0), resourcet (>=1.2 && <1.3), text (>=0.7), transformers (>=0.2 && <0.6), xml-types (>=0.3.4 && <0.4) [details]
License MIT
Author Michael Snoyman <michael@snoyman.com>, Aristid Breitkreuz <aristidb@googlemail.com>
Maintainer Michael Snoyman <michael@snoyman.com>
Category XML, Conduit
Home page http://github.com/snoyberg/xml
Source repo head: git clone git://github.com/snoyberg/xml.git
Uploaded by koral at 2021-02-27T11:48:27Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for xml-conduit-1.9.1.0

[back to package description]

xml-conduit

This package provides parsing and rendering functions for XML. It is based on the datatypes found in the xml-types package. This package is broken up into the following modules:

Additionally, the xml-hamlet package provides a more convenient syntax for creating XML documents. For a more thorough tutorial on this library, please see http://www.yesodweb.com/book/xml.