BSD-3-Clause licensed and maintained by Henning Thielemann
This version can be pinned in stack with:xml-basic-0.1.1.3@sha256:ecc4d42fc1a3539ed33c247b792c64a43e5788ebab0cb64d3f06c55fd0e1cdf2,2208

Module documentation for 0.1.1.3

  • Text
    • Text.HTML
      • Text.HTML.Basic
        • Text.HTML.Basic.Character
        • Text.HTML.Basic.Entity
        • Text.HTML.Basic.String
        • Text.HTML.Basic.Tag
    • Text.XML
      • Text.XML.Basic
        • Text.XML.Basic.Attribute
        • Text.XML.Basic.Character
        • Text.XML.Basic.Entity
        • Text.XML.Basic.Format
        • Text.XML.Basic.Name
          • Text.XML.Basic.Name.LowerCase
          • Text.XML.Basic.Name.MixedCase
          • Text.XML.Basic.Name.Qualified
        • Text.XML.Basic.Position
        • Text.XML.Basic.ProcessingInstruction
        • Text.XML.Basic.String
        • Text.XML.Basic.Tag
        • Text.XML.Basic.Utility

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 (tagsoup-ht) and tree (wraxml) representations of XML.