xml-enumerator: Pure-Haskell utilities for dealing with XML with the enumerator package. (deprecated)

[ bsd3, deprecated, enumerator, library, xml ] [ Propose Tags ]
Deprecated in favor of xml-conduit

This package is deprecated in favor of 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:

  • 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-enumerator.

Flags

Automatic Flags
NameDescriptionDefault
testDisabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.0, 0.0.0.1, 0.0.1, 0.0.1.1, 0.0.1.2, 0.1.0, 0.1.0.1, 0.1.0.2, 0.1.1, 0.1.2.1, 0.1.3, 0.2.0, 0.2.0.1, 0.2.0.2, 0.2.1, 0.2.1.1, 0.2.1.2, 0.2.1.3, 0.3.0, 0.3.1, 0.3.2, 0.3.3, 0.3.4, 0.4.0, 0.4.1, 0.4.2, 0.4.2.1, 0.4.3.1, 0.4.3.2, 0.4.4, 0.4.4.1
Dependencies attoparsec (>=0.10), attoparsec-enumerator (>=0.3), base (>=4 && <5), blaze-builder (>=0.2 && <0.4), blaze-builder-enumerator (>=0.2 && <0.3), bytestring (>=0.9 && <0.10), containers (>=0.2 && <0.5), data-default (>=0.2 && <0.4), enumerator (>=0.4.5 && <0.5), failure (>=0.1 && <0.2), text (>=0.7 && <0.12), transformers (>=0.2 && <0.3), xml-types (>=0.3 && <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>
Category XML, Enumerator
Home page http://github.com/snoyberg/xml
Source repo head: git clone git://github.com/snoyberg/xml.git
Uploaded by MichaelSnoyman at 2012-01-02T19:08:45Z
Distributions
Reverse Dependencies 11 direct, 368 indirect [details]
Downloads 20009 total (69 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]