Sir
i am using “coro” type in cells.
I have 10 records in my grid. each record have 1 cell of type “coro”
in that “coro” i am putting values of country names.
I have around 250+ names.
The xml is failed to upload if i give 150 names in the coro
If I give 100 names then it works
The Error is–
Error Type: LoadXML
Description:Incorrect XML
Is there any limitations for no. of values into the “coro”?
There is no limitation on count of values,most possible that name of country contain some special char which corrupt XML syntax
You can try to
a) adjust xml encoding
<?xml version="1.0" encoding="iso-8859-1" ?>
b) try to use CDATA
If issue still occurs for you - please provide a sample of problematic XML