I've worked with XML files of more than 1gb in size. So the answer is no - your XML file can be as large as you need.
However, many of the tools currently available have significant problems with files that large. I had to write my own file handlers using SAX (a forward-only XML reader) because it just wasn't possible to load it into a DOM, or an editor like XMLSpy.
Chip H.
____________________________________________________________________
If you want to get the best response to a question, please read FAQ222-2244 first