", ""); cout << "BodyHTML: " << body << '\n' << '\n'; } cout << "CachedCopy:" << '\n'; rc= doc.cached(env, "URL=http://site/index.html"); cout << "rc: " << rc << '\n'; if (rc == 0) { string tmp; tmp= doc.property("URL"); cout << "URL: " << tmp << '\n'; tmp= doc.property("Content-Type"); cout << "Content-Type: " << tmp << '\n'; tmp= doc.property("document"); cout << "------ Cached Copy -----" << '\n'; cout << tmp << '\n'; cout << "------ /Cached Copy -----" << '\n'; } ?>