Results 1 to 2 of 2

Thread: Large XML Documents

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Apr 2000
    Location
    Isle of Man
    Posts
    276
    Is there a maxmimum size, or a practical limit to the size of xml documants?

    my app is generating large ones (about 5 mb if saved), which tends to make my pc rather unstable

    is this common, or would you say my pc is knackered?

  2. #2
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    XML is best used with smaller data sets. Any large amount of data are best used in text files or databases. I tried putting 2000 record database table into an XML file as a test and it took 25 minutes..

    But its just not made for that.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width