i uploaded my sitemap index and the rest of the sitemap files to my website almost 2 months ago now. still, none of my sections appear in google or bing results. my main site does, just not the sections. maybe i mistyped something or didn't do proper formatting. here are a couple of them-
sitemap index
<?xml version="1.0" encoding="UTF-8"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<sitemap>
<loc>http://kracov.org/sitemap1.xml</loc>
<lastmod>2010-1-1</lastmod>
</sitemap>
<sitemap>
<loc>http://art.kracov.org/sitemap2.xml</loc>
<lastmod>2010-01-01</lastmod>
</sitemap>
<sitemap>
<loc>http://codswallop.kracov.org/sitemap3.xml</loc>
<lastmod>2010-01-01</lastmod>
</sitemap>
</sitemapindex>
sitemap for the main page
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>http://kracov.org</loc>
<lastmod>2010-03-03</lastmod>
<changefreq>monthly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>http://kracov.org/projects/shory/index.html</loc>
<changefreq>monthly</changefreq>
</url>
<url>
<loc>http://kracov.org/misc/2012.html</loc>
<lastmod>2010-1-3</lastmod>
<changefreq>weekly</changefreq>
<priority>0.3</priority>
</url>
</urlset>
sitemap index
<?xml version="1.0" encoding="UTF-8"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<sitemap>
<loc>http://kracov.org/sitemap1.xml</loc>
<lastmod>2010-1-1</lastmod>
</sitemap>
<sitemap>
<loc>http://art.kracov.org/sitemap2.xml</loc>
<lastmod>2010-01-01</lastmod>
</sitemap>
<sitemap>
<loc>http://codswallop.kracov.org/sitemap3.xml</loc>
<lastmod>2010-01-01</lastmod>
</sitemap>
</sitemapindex>
sitemap for the main page
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>http://kracov.org</loc>
<lastmod>2010-03-03</lastmod>
<changefreq>monthly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>http://kracov.org/projects/shory/index.html</loc>
<changefreq>monthly</changefreq>
</url>
<url>
<loc>http://kracov.org/misc/2012.html</loc>
<lastmod>2010-1-3</lastmod>
<changefreq>weekly</changefreq>
<priority>0.3</priority>
</url>
</urlset>