@@ -179,8 +179,9 @@ - (void)elementBuilder: (OFXMLElementBuilder*)builder didNotExpectCloseTag: (OFString*)name withPrefix: (OFString*)prefix namespace: (OFString*)ns { - @throw [OFMalformedXMLException newWithClass: [builder class]]; + @throw [OFMalformedXMLException newWithClass: [builder class] + parser: nil]; } @end