serializing an NSXMLDocument object
Posted
by iSight
on Stack Overflow
See other posts from Stack Overflow
or by iSight
Published on 2010-04-23T11:58:04Z
Indexed on
2010/04/23
12:03 UTC
Read the original article
Hit count: 141
cocoa
Hi,
I have an NSXmlDocument object which is constructed from an XML file. How can i serialize
the said document. I have seen NSPropertyListSerialization class, but could not use as it is
not plist file.
© Stack Overflow or respective owner