@@ -152,11 +152,11 @@ } - (void)parser: (OFXMLParser *)parser foundComment: (OFString *)comment { - OFXMLComment *node = [OFXMLComment commentWithString: comment]; + OFXMLComment *node = [OFXMLComment commentWithText: comment]; OFXMLElement *parent = _stack.lastObject; if (parent != nil) [parent addChild: node]; else if ([_delegate respondsToSelector: