hxt-8.1.0: A collection of tools for processing XML with Haskell.Source codeContentsIndex
Text.XML.HXT.DOM.ShowXml
Portabilityportable
Stabilitystable
MaintainerUwe Schmidt (uwe@fh-wedel.de)
Description
XML tree conversion to external string representation
Synopsis
xshow :: XmlTrees -> String
showElemType :: String -> XmlTrees -> String -> String
Documentation
xshow :: XmlTrees -> StringSource

convert the result of a filter into a string

see also : xmlTreesToText for filter version, Text.XML.HXT.Parser.XmlParsec.xread for the inverse operation

showElemType :: String -> XmlTrees -> String -> StringSource
Produced by Haddock version 2.3.0