Anonymous editing of this Wiki page is disabled to hamper vandalism. To edit, you must first log in using the button in the left column.
|
DIXml WikiAnonymous editing of this Wiki page is disabled to hamper vandalism. To edit, you must first log in using the button in the left column. DIXml FAQQ: Can your DIXml component read in very large XML files? I have files that are over 900+ MB - that other components cannot parse due to their size. They give Out of Memory errors. A: Yes, DIXml can parse XML files of virtually any size with no memory constraints. This is true of the SAX, SAX2, and XmlReader interfaces. The XmlReader interface is recommended because it is more flexible and user friendly. Be careful, however, if you build a DOM tree: This will cause DIXml to load the entire document into memory and may result in memory errors if it exceeds the available RAM. On the other hand, DOM is only needed for XML tree manipulation. For just parsing and extracting data, the XmlReader is much faster and uses a minimum of resources only, including memory. wiki/xml/index.txt · Last modified: 2009/10/28 19:28 (external edit)
|
| Copyright (c) 2000-2011 Ralf Junker – http://www.yunqa.de/delphi/ – Disclaimer – Haftungsausschluss – Impressum |