adhoc-network-1.0.2: Ad-hoc P2P network protocolSource codeContentsIndex
Network.AdHoc.XMLRenderer
Description
A module used to render an XML Document.
Synopsis
renderDocument :: Document i -> String
escaper :: XmlEscaper
Documentation
renderDocument :: Document i -> StringSource
Given a Document, this function converts it into a fully valid XML String.
escaper :: XmlEscaperSource
An escaper used to escape special characters, e.g. '<', from XML.
Produced by Haddock version 2.4.2