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

Safe HaskellSafe-Infered

Text.XML.Plist.Read

Description

Parsing property list format

Synopsis

Documentation

plistToObject :: ArrowXml a => a XmlTree PlObjectSource

Arrow that converts XML tree to PlObject. Tree should contain at list one "plist" element.

xmlToObject :: ArrowXml a => a XmlTree PlObjectSource

Arrow that converts XML element to PlObject. Element should be "string", "array", "dict", etc.