How to Generate a sitemap.xml in SQL
I recently had to generate a sitemap.xml for an public facing APEX application. The official sitemap protocol has the following example:
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
...
talkapex.com2 min read