hxt-filter-8.4.2: A collection of tools for processing XML with Haskell (Filter variant).

Text.XML.HXT.Parser.XmlOutput

Description

output functions implemented as filer

Synopsis

Documentation

putXmlDoc :: XmlStateFilter aSource

document output for standard output

see also : hPutXmlDoc

putXmlDocToFile :: String -> XmlStateFilter aSource

document output on a given file name

Result is the input document

see also : hPutXmlDoc, putXmlDoc

hPutXmlDoc :: Handle -> XmlStateFilter aSource

document output for arbitrary files.

Result is the input document

hPutXmlTree :: Handle -> XmlStateFilter aSource

output of tree representation for trace

hPutXmlSource :: Handle -> XmlStateFilter aSource

output of text representation for trace