CFPropertyListCreateXMLDataHeader: CFPropertyList.h

Creates an XML representation of the specified property list.

CFDataRef CFPropertyListCreateXMLData (
    CFAllocatorRef allocator, 
    CFPropertyListRef propertyList
);
allocator

The allocator to use. Pass NULL to use the default allocator.

propertyList

The property list that you would like converted to XML. Pass one of the standard plist types, usually CFArray or CFDictionary.

function result

A reference to the XML data.


© 1999 Apple Computer, Inc. — (Last Updated 10/7/99)