XML documents tend to be quite verbose since their overall purpose is to describe data. As a result, documents can become quite large which presents a problem when they need to be exchanged with other entities. This sample application demonstrates how to use the open source SharpZipLib component to compress XML documents by adding them to a Zip archive. By doing this, file sizes are minimized which can speed up data exchange.
|