Hi all, Are there limitations to the size of a file or stream that %XML.Reader will parse? I am trying to parse a large, 573MB, XML file using either the 'OpenFile' or 'OpenStream' methods, but both return errors. When I try to use the 'OpenStream' method I get a 'ERROR #6301: SAX XML Parser Error: input ended before all started tags were ended' error', and when I try the 'OpenFile' method I get a 'ERROR #6301: SAX XML Parser Error: <STORE>'. '%XML.TextReader' appears to parse the file OK, so I may be able to get use that as a workaround, but ideally I would like to get '%XML.Reader' working.   Regards. Neil