I have an xml. The value is from user input.
<Item id="36">
    <name>Electrical and lighting - Exterior lighting</name>
    <note><123comments></note>
    <info id="code">&*&^<samp&*></info>
</Item>
when saving the xml, I'm having an error "XML parsing: line 14, character 1868, end tag does not match start tag"
How can I can convert the value inside the node, without replacing the other < or >?
- in c# or js
 
     
    