[xsl] Maximum Document Size

Subject: [xsl] Maximum Document Size
From: CMangano@xxxxxxxxxxx
Date: Thu, 19 Jul 2001 09:37:13 -0700
Hi all.  I am having a strange problem.  Let's say I have 3 xml documents A,
B, and C.  A is 10MB, B is 20MB and C is 80MB.  I am trying to load the XML
docs on the server, using the following code:

Set objXML = Server.CreateObject("Microsoft.XMLDOM")
Response.Write objXML.Load(Server.MapPath("<A, B or C.xml>"))

If it loads the document it writes True, otherwise it writes False.  Well,
it writes True for A and B, but False for C.  I can only assume the reason
it is not loading C is due to the size of the file.  Does anyone know if
there is a limit in file sizes for the XMLDOM?  Thanks.

Chris Mangano

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread