/home/edulekha/studygroup.edulekha.com/ow_system_plugins/base/views/sitemap.xml
<?xml version="1.0" encoding="UTF-8"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
    {foreach from=$urls item='url'}
    <sitemap>
        <loc>{$url.url}</loc>
        <lastmod>{$url.lastmod}</lastmod>
    </sitemap>
    {/foreach}
</sitemapindex>