plist-0.0.6: Generate and parse Mac OS X property list format

Safe HaskellNone
LanguageHaskell98

Text.XML.Plist.Read

Description

Parsing property list format

Synopsis

Documentation

plistToObject :: ArrowXml a => a XmlTree PlObject Source

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

xmlToObject :: ArrowXml a => a XmlTree PlObject Source

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