[Zope] xml-rpc illegal characters
Passin, Tom
tpassin@mitretek.org
Mon, 17 Mar 2003 13:02:37 -0500
[Ed Colmar]
> So you are using the illegal characters in your strings, and want to
> preserve them?
>=20
> I really don't need to, most of my data is just users being cute.
>=20
> So far I've found that these characters are off limits:
>=20
> "
> '
> <
> >
> &
>=20
>=20
> Anyone found any others?
>=20
With xml-rpc you are talking xml, so of the control characters below
SPACE, only 9 (TAB), 10 (NL), and 13 (CR) are allowed.
Cheers,
Tom P