DDXMLDocument を再帰的にループし、要素の属性を変更したいと考えています。
どうすればできますか?私は現在、ドキュメントとルート要素を持っています:
DDXMLDocument *theDocument = [[DDXMLDocument alloc] initWithXMLString:content options:0 error:&error];
DDXMLElement *rootElement = theDocument.rootElement;
DDXMLDocument を再帰的にループし、要素の属性を変更したいと考えています。
どうすればできますか?私は現在、ドキュメントとルート要素を持っています:
DDXMLDocument *theDocument = [[DDXMLDocument alloc] initWithXMLString:content options:0 error:&error];
DDXMLElement *rootElement = theDocument.rootElement;