plist-0.0.2: Generate and parse Mac OX property list formatSource codeContentsIndex
Text.XML.Plist.Write
Description
Generating property list format
Synopsis
writePlistToFile :: String -> PlObject -> IO ()
objectToPlist :: ArrowDTD a => a PlObject XmlTree
objectToXml :: ArrowXml a => PlObject -> a b XmlTree
Documentation
writePlistToFile :: String -> PlObject -> IO ()Source
Write PlObject to file
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.
Produced by Haddock version 2.4.2