@@ -638,12 +638,12 @@ else child = [childrenObjects[j] XMLStringWithIndentation: ind level: level + 1]; - [tmp addNItems: [child UTF8StringLength] - fromCArray: [child UTF8String]]; + [tmp addItemsFromCArray: [child UTF8String] + count: [child UTF8StringLength]]; } if (indent) [tmp addItem: "\n"];