I have a program that is written in asp.net that connects to any sql server table and creates an xml file out of the selected records in the table.
This works really well, but when the field is relatively big it can't build the xml document, it says it is missing an end element so the document could not be built. The data type in the asp file that holds the inner xml text is a string, which... I believe can hold up to 2 billion unicode characters? So that shouldn't be the problem... Basically I'm just wondering if there is a size constraint for the value of an xml element?
Or, if anyone has any other suggestions or questions that might lead to solutions?
Thanks!
Corrie.
This works really well, but when the field is relatively big it can't build the xml document, it says it is missing an end element so the document could not be built. The data type in the asp file that holds the inner xml text is a string, which... I believe can hold up to 2 billion unicode characters? So that shouldn't be the problem... Basically I'm just wondering if there is a size constraint for the value of an xml element?
Or, if anyone has any other suggestions or questions that might lead to solutions?
Thanks!
Corrie.