I search the web alot and didn't find c++ function that replace xml Special Character with their escape sequence? Is there something like this?
I know about the following:
Special Character Escape Sequence Purpose
& & Ampersand sign
' ' Single quote
" " Double quote
> > Greater than
< < Less than
is there more? what about writing hexadecimal value like 0×00, Is this also a problem?