./textproc/hs-xml-conduit, Pure-Haskell utilities for dealing with XML with the conduit package

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2021Q3, Version: 1.9.1.1nb1, Package name: hs-xml-conduit-1.9.1.1nb1, Maintainer: pho

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.


Master sites:

SHA1: 387d47a854e878e33ecb2419e0ede11709aa9d60
RMD160: 006d66f064b306759fa1f40839e41c94686d41b7
Filesize: 41.896 KB

Version history: (Expand)