Re: [xml-dev] XML in Real Life

From
Bill Kearney <>
To
Date
2003-01-31T19:58:52Z
ID
<01ba01c2c963$2dcf49a0$>
Thread
Re: [xml-dev] XML in Real Life
> I was filling out a webform here at work that wouldn't allow ">" characters,
> but neither would it allow "&gt;": both error messages were the same.   I
> wonder if "&&gt;;" would have worked?  >:-}

It'd probably have been ok with &amp;gt;
Sad to say most developers do NOT understand encoding well enough.

-Bill Kearney