Invalid character replacing in xml
i have one xml file some directory in that xml child node have some invalid characters like<root>
<sib>IntelliVue Info Center > iX (000, (32) > 00N,00P,CO1,H01,H10,S24)</sib>
</root>
here u observer i got one invalid character ">" it will be replaced by ">". as well remaing below values.
can any one tell proper solution for this asap.........
Replace("<", "<");
Replace(">", ">");
Replace("\"", """);
Replace("\'", "'");
Replace("&", "&");