| You must Sign In to use this message board. |
|
|
 |
|
 |
Hi
I am working on an VC++ application which involves the Reading of a large sized XML file (5MB) from the Internet bu using SAX2.
When I am using parseURL(...) method of the ISAXXMLReader interface, it will download whole the file to the system and then start parsing. Is it possible to parse the file on that url, I want to read that file from the web instead of download and then read.
One approach is to download whole file and then get the information out of it. But, this approach is time consuming.
Any Links or Few lines of code will be greatly appreciated.
Anuj
|
| Sign In·View Thread·PermaLink | 2.00/5 |
|
|
|
 |
|
|