In my app, I read an XML file, init an NSXMLDocument and also display the file contents in an NSTextField in a document window. The user can then change parts of the XML via several dialogs. The XML data is eventually sent to subprocesses for computation.
The NSTextField is set to non-editable because some error-checking must be done with user entries. Also, some fields are filenames and changing them involves the FileManager dialog. Question: What is the recommended method for writing the changed XML to the document window for user feedback? I don't want to write the changed XML to a file and read it back in because most changes are only temporary. TIA. -- Mike McLaughlin _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com