Copyright | Copyright (C) 2008-9 Uwe Schmidt |
---|---|
License | MIT |
Maintainer | Uwe Schmidt (uwe@fh-wedel.de) |
Stability | stable |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
XML tree conversion to external string representation
Documentation
xshow :: XmlTrees -> String Source #
convert a list of trees into a string
see also : xmlTreesToText
for filter version, xread
for the inverse operation