# Read the sitemap file and display the full content
with open(‘/mnt/user-data/outputs/sitemap.xml’, ‘r’) as f:
content = f.read()
print(content)
# Read the sitemap file and display the full content
with open(‘/mnt/user-data/outputs/sitemap.xml’, ‘r’) as f:
content = f.read()
print(content)