@@ -36,17 +36,11 @@ OFXMLElement *root; OFString *version; OFArray *elements; id object; - @try { - root = [OFXMLElement elementWithXMLString: self]; - } @catch (OFMalformedXMLException *e) { - @throw [OFInvalidArgumentException exception]; - } @catch (OFUnboundNamespaceException *e) { - @throw [OFInvalidArgumentException exception]; - } + root = [OFXMLElement elementWithXMLString: self]; version = [root attributeForName: @"version"].stringValue; if (version == nil) @throw [OFInvalidArgumentException exception];