|
|
| version 1.3, 2001/09/28 09:37:09 | version 1.4, 2001/10/11 14:57:53 |
|---|---|
| Line 61 static void _select(Request& r, const St | Line 61 static void _select(Request& r, const St |
| result.set_name(method_name); | result.set_name(method_name); |
| r.write_no_lang(result); | r.write_no_lang(result); |
| } catch(const XSLException& e) { | } catch(const XSLException& e) { |
| r._throw(&expression, e); | pool.exception()._throw(pool, &expression, e); |
| } | } |
| } | } |
| Line 92 static void _select_single(Request& r, c | Line 92 static void _select_single(Request& r, c |
| r.write_no_lang(result); | r.write_no_lang(result); |
| } | } |
| } catch(const XSLException& e) { | } catch(const XSLException& e) { |
| r._throw(&expression, e); | pool.exception()._throw(pool, &expression, e); |
| } | } |
| } | } |