xml-conduit: Pure-Haskell utilities for dealing with XML with the conduit package.
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:
Text.XML: DOM-based parsing and rendering. This is the most commonly used module.
Text.XML.Cursor: A wrapper around Text.XML which allows bidirectional traversing of the DOM, similar to XPath. (Note: Text.XML.Cursor.Generic is the same concept, but will work with any node representation.)
Text.XML.Unresolved: A slight modification to Text.XML which does not require all entities to be resolved at parsing. The datatypes are slightly more complicated here, and therefore this module is only recommended when you need to deal directly with raw entities.
Text.XML.Stream.Parse: Streaming parser, including some streaming parser combinators.
Text.XML.Stream.Render: Streaming renderer.
Additionally, the xml-hamlet package http://hackage.haskell.org/package/xml-hamlet 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.
Modules
[Index]
Downloads
- xml-conduit-1.2.0.1.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 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.1, 1.9.1.2, 1.9.1.3 (info) |
---|---|
Dependencies | attoparsec (>=0.10), attoparsec-conduit (>=1.0), base (>=4 && <5), blaze-builder (>=0.2 && <0.4), blaze-builder-conduit (>=1.0), blaze-html (>=0.5), blaze-markup (>=0.5 && <0.8), bytestring (>=0.9), conduit (>=1.0 && <1.2), conduit-extra, containers (>=0.2), data-default, deepseq (>=1.1.0.0), monad-control (>=0.3 && <0.4), resourcet (>=0.3 && <1.2), system-filepath (>=0.4 && <0.5), text (>=0.7), transformers (>=0.2 && <0.4), xml-types (>=0.3.4 && <0.4) [details] |
License | BSD-3-Clause |
Author | Michael Snoyman <michaels@suite-sol.com>, Aristid Breitkreuz <aristidb@googlemail.com> |
Maintainer | Michael Snoyman <michaels@suite-sol.com> |
Revised | Revision 1 made by HerbertValerioRiedel at 2017-08-13T18:40:09Z |
Category | XML, Conduit |
Home page | http://github.com/snoyberg/xml |
Source repo | head: git clone git://github.com/snoyberg/xml.git |
Uploaded | by MichaelSnoyman at 2014-03-27T14:20:34Z |
Distributions | Arch:1.9.1.3, Debian:1.9.0.0, Fedora:1.9.1.3, FreeBSD:1.3.1, LTSHaskell:1.9.1.3, NixOS:1.9.1.3, Stackage:1.9.1.3, openSUSE:1.9.1.3 |
Reverse Dependencies | 125 direct, 3682 indirect [details] |
Downloads | 170444 total (281 in the last 30 days) |
Rating | 2.0 (votes: 3) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Successful builds reported [all 1 reports] |