The XDOM_network unit implements the TIndyResourceResolver component, a TStandardResourceResolver descendant which allows to resolve a network resource via an HTTP connection into a memory stream.  It works just the same way as TStandardResourceResolver, but accepts in addition to file scheme URLs also http scheme URLs.


REQUIREMENTS
------------

The XDOM_network unit needs Internet Direct (Indy), which is available at "http://www.nevrona.com/indy/", to be installed on you Delphi system.  


INSTALLATION
------------

The installation procedure is as follows:

   1. Select the Option "Install Component" from the "Component" menu.
   2. Add the file ending with ".pas" to a new or to an already existing package.
   3. Click on OK, and next confirm that the components should be compiled and installed.
   4. Close the package window, and next confirm that the modifications should be saved.