hexpat-0.3: wrapper for expat, the fast XML parser

Text.XML.Expat.Format

Synopsis

Documentation

formatDoc :: Maybe Encoding -> Node -> StringSource

Format document with <?xml.. header.

formatDocS :: Maybe Encoding -> Node -> ShowSSource

Format document with <?xml.. header returning as a ShowS.

formatNode :: Node -> StringSource

Format XML node with no XML header.

formatNodeS :: Node -> ShowSSource

Format XML node with no XML header returning as a ShowS.