I am a beginner with XML. I just created a sitemap using the sample protocol on sitemaps.org. I spent 5 hours yesterday reading about and trying out examples to transform it with xslt with no success. I am at my wits end. Following is my (abbreviated) xml file. Can someone write me a simple xslt that successfully reads it? Thank you.
<?xml version="1.0" encoding="UTF-8"?>
<!--<?xml-stylesheet type="text/xsl" href="Sitemap.xslt"?>-->
<urlset xmlns=" <url>
<loc> <lastmod>2009-11-10</lastmod>
<changefreq>monthly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc> <lastmod>2009-11-10</lastmod>
<changefreq>yearly</changefreq>
<priority>0.7</priority>
</url>
</urlset>
<?xml version="1.0" encoding="UTF-8"?>
<!--<?xml-stylesheet type="text/xsl" href="Sitemap.xslt"?>-->
<urlset xmlns=" <url>
<loc> <lastmod>2009-11-10</lastmod>
<changefreq>monthly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc> <lastmod>2009-11-10</lastmod>
<changefreq>yearly</changefreq>
<priority>0.7</priority>
</url>
</urlset>