xml-conduit-0.7.0.1: Pure-Haskell utilities for dealing with XML with the conduit package.

Safe HaskellSafe-Infered

Text.XML.Unresolved

Contents

Description

DOM-based XML parsing and rendering.

In this module, attribute values and content nodes can contain either raw text or entities. In most cases, these can be fully resolved at parsing. If that is the case for your documents, the Text.XML module provides simplified datatypes that only contain raw text.

Synopsis

Non-streaming functions

Lazy bytestrings

Text

Byte streams

Streaming functions

Exceptions

Settings

def :: Default a => a

The default value for this type.

Parse

Render