Innovation Award
 August 2009
Number 10 |
XML is a format often used for exchanging information. However, XML is not appropriate to exchange large amounts of data in a single file, as it takes a lot of CPU and memory to parse and process the information in the whole document at once.
This class provides a different approach to extract chunks of information for large XML files by reading the files in small chunks and extract the chunks into individual strings before parsing.
Manuel Lemos |
This class can be used to extract chunks from large XML files.
It can read given XML files and search for sections that are enclosed by a given XML tag.
The class returns each XML document chunk with the given tag iteratively until it reaches the end of the file.
| Not yet rated by the users |
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.