sxml-0.1.0.0: A SXML-parser

Safe HaskellSafe
LanguageHaskell2010

Text.SXML

Contents

Description

DOM-based parsing and rendering.

This module uses the datatypes from Data.XML.Types, with the String-based function being the “default” parsing one and the Text.Lazy-based one being the “default” rendering one, writeFile and readFile being convenience functions. It uses more or less the same naming conventions as xml-conduit

Synopsis

Parsing

String

Text

Rendering

String

Text