I have the below field xml which I get after calling a web service. I am getting the error
Name cannot begin with the '=' character, hexadecimal value 0x3D. Line 1, position 2325.
<Field DisplayName='Maximum_x0020_characters_x0020_a' FillInChoice='TRUE' Format ='RadioButtons' Type ='Choice' StaticName ='Maximum_x0020_characters_x0020_a' Required='TRUE' Name='Maximum_x0020_characters_x0020_a'><Default></Default><CHOICES><CHOICE>True</CHOICE><CHOICE>False</CHOICE><CHOICE>True</CHOICE><CHOICE>False</CHOICE><CHOICE>>=255</CHOICE><CHOICE><=255</CHOICE><CHOICE>>=510</CHOICE><CHOICE><= 510</CHOICE></CHOICES></Field>
Can anyone please suggest the correct way of replacing the special character. I tried replacing <
and >
for >
and <
but then I get another error.