plist-0.0.3: Generate and parse Mac OX property list format

Safe HaskellSafe-Infered

Text.XML.Plist.Write

Description

Generating property list format

Synopsis

Documentation

objectToPlist :: ArrowDTD a => a PlObject XmlTreeSource

Arrow to convert PlObject to plist with root element and DTD declaration.

objectToXml :: ArrowXml a => PlObject -> a b XmlTreeSource

Arrow to convert PlObject to XML. It produces XmlTree without root element.