Path to this page:
./
textproc/hs-xml-conduit,
Pure-Haskell utilities for dealing with XML with the conduit package
Branch: CURRENT,
Version: 1.9.1.3nb2,
Package name: hs-xml-conduit-1.9.1.3nb2,
Maintainer: phoThis 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.
Required to run:[
devel/hs-data-default-class] [
textproc/hs-blaze-markup] [
textproc/hs-blaze-html] [
textproc/hs-attoparsec] [
devel/hs-resourcet] [
devel/hs-conduit] [
devel/hs-conduit-extra] [
textproc/hs-xml-types] [
lang/ghc94]
Master sites:
Filesize: 43.606 KB
Version history: (Expand)
- (2024-05-09) Updated to version: hs-xml-conduit-1.9.1.3nb2
- (2023-11-02) Updated to version: hs-xml-conduit-1.9.1.3nb1
- (2023-10-30) Updated to version: hs-xml-conduit-1.9.1.3
- (2023-10-09) Updated to version: hs-xml-conduit-1.9.1.1nb9
- (2023-02-09) Updated to version: hs-xml-conduit-1.9.1.1nb8
- (2022-09-07) Updated to version: hs-xml-conduit-1.9.1.1nb7
CVS history: (Expand)