@@ -33,12 +33,11 @@ OFAutoreleasePool *pool = [[OFAutoreleasePool alloc] init]; OFXMLElement *root = [OFXMLElement elementWithXMLString: self]; OFArray *elements; id object; - elements = [root elementsForName: @"object" - namespace: OF_SERIALIZATION_NS]; + elements = [root elementsForNamespace: OF_SERIALIZATION_NS]; if ([elements count] != 1) @throw [OFInvalidArgumentException newWithClass: isa selector: _cmd];