// Google Tron // // Douglas Thrift // // $Id$ #include #include #include #include int Main(const app::Options &options) { _S writer(api::Cout); xml::ScopeElement urlset(writer, _B("urlset")); writer.SetAttribute(_B("xmlns"), _B("http://www.google.com/schemas/sitemap/0.84")); return 0; }