@@ -40,13 +40,12 @@ pool = objc_autoreleasePoolPush(); element = ((id )self).XMLElementBySerializing; root = [OFXMLElement elementWithName: @"serialization" - namespace: OF_SERIALIZATION_NS]; - [root addAttributeWithName: @"version" - stringValue: @"1"]; + namespace: OFSerializationNS]; + [root addAttributeWithName: @"version" stringValue: @"1"]; [root addChild: element]; ret = [@"\n" stringByAppendingString: [root XMLStringWithIndentation: 2]];