bnewman
06-19-2009, 01:33 PM
Is it possible to handle zip files using some variation of the xpath document() function in .NET 2.0?
Because xml compresses so very well, uncompressing it means that it can take a lot of disk space. So, I'd like to be able to process it without unzipping it into a file.
Because xml compresses so very well, uncompressing it means that it can take a lot of disk space. So, I'd like to be able to process it without unzipping it into a file.