Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

XML size constraints

Status
Not open for further replies.

CorrieLee

Programmer
Oct 13, 2004
18
CA
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top