diff options
author | pgj <pgj@FreeBSD.org> | 2012-02-19 00:36:34 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2012-02-19 00:36:34 +0800 |
commit | c04134da5504181a1c81b157f71465b5e1f7da1b (patch) | |
tree | c9b5d178ec2d5f5efa0f818487079b1a76b345b8 /textproc/et-aspell | |
parent | e290db9fffd992b98569d4c58f329a5b63f9fcb3 (diff) | |
download | freebsd-ports-gnome-c04134da5504181a1c81b157f71465b5e1f7da1b.tar.gz freebsd-ports-gnome-c04134da5504181a1c81b157f71465b5e1f7da1b.tar.zst freebsd-ports-gnome-c04134da5504181a1c81b157f71465b5e1f7da1b.zip |
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.
* 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.
WWW: http://github.com/snoyberg/xml
Obtained from: FreeBSD Haskell
Diffstat (limited to 'textproc/et-aspell')
0 files changed, 0 insertions, 0 deletions