--- parser3/src/classes/xdoc.C 2001/11/05 10:42:59 1.42 +++ parser3/src/classes/xdoc.C 2001/11/09 12:09:53 1.44 @@ -2,9 +2,9 @@ Parser: @b xdoc parser class. Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com) - Author: Alexander Petrosyan (http://design.ru/paf) + Author: Alexander Petrosyan (http://paf.design.ru) - $Id: xdoc.C,v 1.42 2001/11/05 10:42:59 paf Exp $ + $Id: xdoc.C,v 1.44 2001/11/09 12:09:53 paf Exp $ */ #include "pa_types.h" #include "classes.h" @@ -533,7 +533,8 @@ static void _set(Request& r, const Strin Temp_lang temp_lang(r, String::UL_XML); const String& xml=r.process(vxml).as_string(); - std::istrstream stream(xml.cstr()); + std::istrstream stream( + xml.cstr(String::UL_UNSPECIFIED, r.connection)); const XalanParsedSource* parsedSource; try {