Roxen.git/
server/
etc/
modules/
RXML.pmod/
module.pmod
Branch:
Tag:
Non-build tags
All tags
No tags
2000-02-16
2000-02-16 19:10:45 by Martin Stjernholm <mast@lysator.liu.se>
383dd2f5ac294bb7563633fb8a6fac59093b7d97 (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
5.2
Fixed bug with Void in the content variable.
Rev: server/etc/modules/RXML.pmod/module.pmod:1.64
2:
//! //! Created 1999-07-30 by Martin Stjernholm. //!
-
//! $Id: module.pmod,v 1.
63
2000/02/16
16
:
21
:
42
mast Exp $
+
//! $Id: module.pmod,v 1.
64
2000/02/16
19
:
10
:
45
mast Exp $
//! Kludge: Must use "RXML.refs" somewhere for the whole module to be //! loaded correctly.
1724:
if (content_type == t_same) content_type = result_type (content_type->_parser_prog); }
+
if (raw_content) content = content_type->empty_value;
mixed err = catch { switch (eval_state) {
2440:
//! atomic elements. //!mixed empty_value;
-
//! The empty value
for sequential data types
, i.e. what eval ("")
-
//!
would produce.
+
//! The empty value, i.e. what eval ("") would produce.
//!mixed free_text; //! Nonzero if the type keeps the free text between parsed tokens,