I had a discussion with someone and could not come to a proper solution so I wanted to know how you guys think about this:
I have a html form and the other guy call him 'Aron' has got a .net system. My html form has a input text field called description. Aron his .net system catches my description Post and then changes this data in to XML.
BUT if a special character like & is posted, then he will get a parse error.
Now Aron is telling me that i need to post the & data as &
and not as raw &.
What do you guys think about this?