--- parser3/src/classes/xdoc.C 2009/04/10 11:31:06 1.157 +++ parser3/src/classes/xdoc.C 2009/05/13 07:36:05 1.158 @@ -9,7 +9,7 @@ #ifdef XML -static const char * const IDENT_XDOC_C="$Date: 2009/04/10 11:31:06 $"; +static const char * const IDENT_XDOC_C="$Date: 2009/05/13 07:36:05 $"; #include "libxml/tree.h" #include "libxml/HTMLtree.h" @@ -647,7 +647,7 @@ static void _file(Request& r, MethodPara oo, 0/*not to file, to memory*/); // write out result - r.write_no_lang(String(buf.str, buf.length)); + r.write_no_lang(String(buf.str)); // write out result VFile& vfile=*new VFile;