I have plist data in a NSString and try to convert this to an array. As the data is only in my NSString object, i cannot use NSArrays arrayWithContentsOfFile method.
Is there a way to get the data to the NSArray without writing it into a temporary file?
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<array>
<dict>
...