我想在 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;