This example will demonstrate how to parse a sitemap file with Groovy's XmlSlurper. A sitemap typically in xml or html format is a file hosted on websites that contain a list of accessible pages for crawlers or users to view. Below we will make a request to leveluplunch's xml version of the sitemap and print out the elements. The highest level node is a urlset containing one to many urls. The url node has the location of the page, last modified date and priority elements. For a full listing and description of elements be sure to check out sitemaps.org