@@ -86,11 +86,11 @@ /** * This callback is called when the XML parser found CDATA. * * \param parser The parser which found a string - * \param string The string the XML parser found + * \param cdata The CDATA the XML parser found */ - (void)parser: (OFXMLParser*)parser foundCDATA: (OFString*)cdata; /**