--- parser3/src/classes/xdoc.C 2001/11/21 14:00:27 1.46 +++ parser3/src/classes/xdoc.C 2001/12/13 07:32:12 1.48 @@ -4,7 +4,7 @@ Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com) Author: Alexander Petrosyan (http://paf.design.ru) - $Id: xdoc.C,v 1.46 2001/11/21 14:00:27 paf Exp $ + $Id: xdoc.C,v 1.48 2001/12/13 07:32:12 paf Exp $ */ #include "pa_types.h" #include "classes.h" @@ -608,7 +608,7 @@ static void _file(Request& r, const Stri } static void _set(Request& r, const String& method_name, MethodParams *params) { - //_asm int 3; +// _asm int 3; Pool& pool=r.pool(); VXdoc& vdoc=*static_cast(r.self); @@ -739,7 +739,7 @@ static void _transform(Request& r, const // wich were originally "xalan" // not daring to change that - const XalanCompiledStylesheet& stylesheet=connection.stylesheet(true/*nocache*/); + const XalanCompiledStylesheet& stylesheet=connection.stylesheet(false/*nocache*/); if(vdoc.has_parsed_source()) { // set|load, not create? vdoc.transformer().transform2( vdoc.get_parsed_source(pool, &method_name),