./wip/hs-hxt, Collection of tools for processing XML with Haskell

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


Branch: CURRENT, Version: 8.5.0nb1, Package name: hs-hxt-8.5.0nb1, Maintainer: pho

The Haskell XML Toolbox bases on the ideas of HaXml and HXML, but
introduces a more general approach for processing XML with
Haskell. The Haskell XML Toolbox uses a generic data model for
representing XML documents, including the DTD subset and the document
subset, in Haskell. It contains a validating XML parser, a HTML
parser, namespace support, an XPath expression evaluator, an XSLT
library, a RelaxNG schema validator and funtions for serialization and
deserialization of user defined data. The library make extensive use
of the arrow approach for processing XML. Since version 8.5 XPath and
XSLT have been moved to separate packages hxt-xpath and hxt-xslt.


Required to run:
[wip/ghc] [wip/hs-curl] [wip/hs-network] [wip/hs-tagsoup] [wip/hs-parsec] [wip/hs-deepseq]

Required to build:
[devel/pkg-config]

Master sites:

SHA1: d6e27a02b40139dc49249864ed407a57dcf80b08
RMD160: 2b6bda06bc744d83f9921274fa1b8ef98cfab9fb
Filesize: 244.763 KB

Version history: (Expand)


CVS history: (Expand)


   2010-02-17 16:16:45 by PHO / phonohawk | Files touched by this commit (1)
Log message:
bump revision; hxt doesn't actually require HUint (sorry for my previous mistake \ 
on the CVS commit message)

   2010-02-17 16:14:21 by PHO / phonohawk | Files touched by this commit (2)
Log message:
hxt doesn't actually require HXT

   2010-02-09 05:23:04 by PHO / phonohawk | Files touched by this commit (5) | Package updated
Log message:
Upstream update to hxt-8.5.0

   2010-01-17 13:03:22 by Thomas Klausner | Files touched by this commit (217) | Package updated
Log message:
Recursive PKGREVISION bump for jpeg update to 8.
   2009-11-10 10:49:43 by PHO / phonohawk | Files touched by this commit (3) | Package updated
Log message:
Upstream update to hxt-8.3.2

   2009-10-11 12:44:40 by Thomas Klausner | Files touched by this commit (286)
Log message:
Remove obsolete @dirrm lines.
   2009-07-27 04:15:59 by PHO / phonohawk | Files touched by this commit (3) | Package updated
Log message:
Upstream update to hxt-8.3.1

   2009-06-02 09:43:46 by PHO / phonohawk | Files touched by this commit (6) | Imported package
Log message:
Import hs-hxt-8.3.0 as wip/hs-hxt.

The Haskell XML Toolbox bases on the ideas of HaXml and HXML, but
introduces a more general approach for processing XML with
Haskell. The Haskell XML Toolbox uses a generic data model for
representing XML documents, including the DTD subset and the document
subset, in Haskell. It contains a validating XML parser, a HTML
parser, namespace support, an XPath expression evaluator, an XSLT
library, a RelaxNG schema validator and funtions for serialization and
deserialization of user defined data. The libraray make extensive use
of the arrow approach for processing XML.