xml-basic

Basics for XML/HTML representation and processing

Version on this page:0.1.2
LTS Haskell 22.13:0.1.3.2
Stackage Nightly 2024-03-14:0.1.3.2
Latest on Hackage:0.1.3.2

See all snapshots xml-basic appears in

BSD-3-Clause licensed and maintained by Henning Thielemann
This version can be pinned in stack with:xml-basic-0.1.2@sha256:3344e347fa21a00b769556b3db2703e54874c07eba4eceddf5878c669a7525fa,2139

We provide basic data types for XML representation, like names, attributes, entities. Yes we try hard to get type safe XML handling out of Haskell 98. We also provide information about exceptional HTML tags, like self-closing tags. This package provides common functionality that is both needed in list (tagchup) and tree (wraxml) representations of XML.