T TeeJayEm macrumors regular Original poster Jul 5, 2010 #1 Right now i'm using NSXMLParser to build objects from xml. Is there an objective-c way of building xml from objects? I have a feeling i'm going to get the "use lib2xml." but i'm looking for an obj-c way. Thanks
Right now i'm using NSXMLParser to build objects from xml. Is there an objective-c way of building xml from objects? I have a feeling i'm going to get the "use lib2xml." but i'm looking for an obj-c way. Thanks
robbieduncan Moderator emeritus Jul 5, 2010 #2 TeeJayEm said: Is there an objective-c way of building xml from objects? Click to expand... Yes, but it's not available on the iPhone 🙁 Either use lib2xml or just build it in a NSMutableString!
TeeJayEm said: Is there an objective-c way of building xml from objects? Click to expand... Yes, but it's not available on the iPhone 🙁 Either use lib2xml or just build it in a NSMutableString!