From: SourceForge.net <no...@so...> - 2003-03-24 14:44:52
|
Patches item #708826, was opened at 2003-03-24 14:57 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=312999&aid=708826&group_id=12999 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Jonathan Wakely (redi) Assigned to: Nobody/Anonymous (nobody) Summary: Use std::string for SaxParser::on_get_entity() arg Initial Comment: This patch makes the SaxParser::on_get_entity() take a std::string argument, to hide the fact that an xmlChar* is used internally by the library and to be consistent with the other SaxParser virtual functions. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=312999&aid=708826&group_id=12999 |