Branch: Tag:

2001-06-29

2001-06-29 00:21:06 by Martin Stjernholm <mast@lysator.liu.se>

Various codec improvements. Among other things it has better error checks
and it no longer inherits roxens codec, so we have full control over what
goes into the encoded strings.

Rev: server/etc/modules/RXML.pmod/module.pmod:1.183
Rev: server/etc/modules/RXML.pmod/utils.pmod:1.26

7:   //!   //! Created 2000-01-21 by Martin Stjernholm   //! - //! $Id: utils.pmod,v 1.25 2001/06/20 23:27:24 mast Exp $ + //! $Id: utils.pmod,v 1.26 2001/06/29 00:21:06 mast Exp $    -  + constant is_RXML_encodable = 1; +    constant short_format_length = 40;      final string format_short (mixed val)