Roxen.git/
server/
etc/
modules/
Roxen.pmod
Branch:
Tag:
Non-build tags
All tags
No tags
2001-07-09
2001-07-09 04:08:51 by Martin Stjernholm <mast@lysator.liu.se>
1878173f2cd4a61039e9fc2aaef8782306b1c092 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
Slight optimization.
Rev: server/etc/modules/Roxen.pmod:1.102
1:
// This is a roxen pike module. Copyright © 1999 - 2000, Roxen IS. //
-
// $Id: Roxen.pmod,v 1.
101
2001/
06
/
30
16
:
50
:
39
per
Exp $
+
// $Id: Roxen.pmod,v 1.
102
2001/
07
/
09
04
:
08
:
51
mast
Exp $
#include <roxen.h> #include <config.h>
764:
RXML.Parser parser = get_rxml_parser (id, 0, 1); parser->write_end (what); array(string|RXML.PCode) res = ({parser->eval(), parser->p_code});
-
parser->type->give_back (parser); //
Not
necessary,
but
enables
parser object reuse
.
+
//
parser->type->give_back (parser); //
RXML.PXml
is
not
resettable
anyway
.
return res; }