Fixed confusion regarding the use of RXML.nil as empty value (it should not ever be used that way) and introduced a new object RXML.empty for that instead. This is mostly a documentation fix, actually. Also use a new type t_bottom as subtype of every type instead of t_nil, which represents the type with no storage (like void in Pike). Don't try to graft a generic empty value into the type tree; it can't be made to work well enough. Compatibility issues because of this should be rare since the type system hardly is used at all. Rev: server/etc/modules/RXML.pmod/module.pmod:1.326