hxt-9.1.0: A collection of tools for processing XML with Haskell.

Portabilityportable
Stabilityexperimental
MaintainerUwe Schmidt (uwe@fh-wedel.de)

Text.XML.HXT.Arrow.DocumentOutput

Description

State arrows for document output

Synopsis

Documentation

putXmlDocument :: Bool -> String -> IOStateArrow s XmlTree XmlTreeSource

Write the contents of a document tree into an output stream (file or stdout).

If textMode is set, writing is done with Haskell string output, else (default) writing is done with lazy ByteString output

putXmlTree :: String -> IOStateArrow s XmlTree XmlTreeSource

write the tree representation of a document to a file

putXmlSource :: String -> IOStateArrow s XmlTree XmlTreeSource

write a document with indentaion and line numers