Index: openacs-4/contrib/packages/irc-logger/tcl/irc-logger-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/contrib/packages/irc-logger/tcl/irc-logger-procs.tcl,v diff -u -r1.7 -r1.8 --- openacs-4/contrib/packages/irc-logger/tcl/irc-logger-procs.tcl 31 Mar 2004 23:00:01 -0000 1.7 +++ openacs-4/contrib/packages/irc-logger/tcl/irc-logger-procs.tcl 20 Apr 2004 21:12:19 -0000 1.8 @@ -72,8 +72,8 @@ # Parse the RDF log and the XSL style sheet into DOM trees. # Return the empty string if the XSL style could not be applied. - set text "" + if {![catch {set rdf [dom parse [read [open $rdf_log r]]]} error_msg]} { if {![catch {set xsl [dom parse [read [open $xsl_style r]]]} error_msg]} {