<?xml version="1.0" encoding="UTF-8"?>
	<xsl:stylesheet version="2.0"
		xmlns:html="http://www.w3.org/TR/REC-html40"
		xmlns:image="http://www.google.com/schemas/sitemap-image/1.1"
		xmlns:sitemap="http://www.sitemaps.org/schemas/sitemap/0.9"
		xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
	<xsl:output method="html" version="1.0" encoding="UTF-8" indent="yes"/>
	<xsl:template match="/">
		<html xmlns="http://www.w3.org/1999/xhtml">
		<head>
			<title>The LASIK | Sitemap</title>
			<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
			<link rel="stylesheet" type="text/css" media="all" href="https://thelasik.co.uk/draft/wp-content/themes/thelasik/style.css?321161022BE59DB4D" />
			<style type="text/css">

				body {
					font-family: "Poppins", sans-serif;
					font-size: 13px;
					cursor:default;
					color:#000000;
					padding:2rem;
				}
				a {
					cursor:pointer;
				}
				
				h1 {
					font-size:3em !important;
					font-weight:400 !important;
					text-transform:uppercase;
					margin-top:.2em;
					margin-bottom:0 !important;
				}
				
				p {
					font-size:1.2em;
					margin:1em 0 !important;
				}
				
				.lab {
					text-transform:uppercase;
				}
				
				table {
					margin-top:2.4em;
					border: none;
					border-collapse: collapse;
				}
				td {
					color:#000000 !important;
					padding:1em 0;
				}
				
				tr {
					font-weight:400;
					border-bottom:1px solid #f9f8f6;
				}
				tr:last-child {
					border-bottom:0;
				}
				tr .images {
					text-align:center;
					padding:0 1em 0 0;
				}
				th {
					text-align:center;
					vertical-align:middle;
					font-size:1.2em;
					font-weight:500;
					padding:.5rem;
				}
				thead th {
					border-bottom: 1px solid #f9f8f6;
				}
			</style>
		</head>
		<body>
		<div class="wrapper">
			<h1><strong>XML</strong> Sitemap</h1>
			<p>
				Generated by <a class="lab" href="https://www.thelasik.co.uk/" target="_blank" rel="noopener noreferrer"><b>The Lasik</b></a>. You can find more information about XML sitemaps on <a href="http://sitemaps.org" target="_blank" rel="noopener noreferrer"><b>sitemaps.org</b></a>.
			</p>
			<xsl:if test="count(sitemap:sitemapindex/sitemap:sitemap) &gt; 0">
				<p>
					This XML Sitemap Index file contains <b><xsl:value-of select="count(sitemap:sitemapindex/sitemap:sitemap)"/></b> sitemaps.
				</p>
				<table cellpadding="3">
					<thead>
					<tr>
						<th width="75%">Sitemap</th>
						<th width="25%">Last Modified</th>
					</tr>
					</thead>
					<tbody>
					<xsl:for-each select="sitemap:sitemapindex/sitemap:sitemap">
						<xsl:variable name="sitemapURL">
							<xsl:value-of select="sitemap:loc"/>
						</xsl:variable>
						<tr>
							<td>
								<a href="{$sitemapURL}"><xsl:value-of select="sitemap:loc"/></a>
							</td>
							<td>
								<xsl:value-of select="concat(substring(sitemap:lastmod,0,11),concat(' ', substring(sitemap:lastmod,12,5)),concat(' ', substring(sitemap:lastmod,20,6)))"/>
							</td>
						</tr>
					</xsl:for-each>
					</tbody>
				</table>
			</xsl:if>
			<xsl:if test="count(sitemap:sitemapindex/sitemap:sitemap) &lt; 1">
				<p>
					This XML Sitemap contains <b><xsl:value-of select="count(sitemap:urlset/sitemap:url)"/></b> URLs.
				</p>
				<table cellpadding="3">
					<thead>
					<tr>
						<th width="80%">URL</th>
						<th width="5%">Images</th>
						<th title="Last Modification Time" width="15%">Last Modified</th>
					</tr>
					</thead>
					<tbody>
					<xsl:variable name="lower" select="'abcdefghijklmnopqrstuvwxyz'"/>
					<xsl:variable name="upper" select="'ABCDEFGHIJKLMNOPQRSTUVWXYZ'"/>
					<xsl:for-each select="sitemap:urlset/sitemap:url">
						<tr>
							<td>
								<xsl:variable name="itemURL">
									<xsl:value-of select="sitemap:loc"/>
								</xsl:variable>
								<a href="{$itemURL}">
									<b><xsl:value-of select="sitemap:loc"/></b>
								</a>
							</td>
							<td class="images">
								<b><xsl:value-of select="count(image:image)"/></b>
							</td>
							<td>
								<xsl:value-of select="concat(substring(sitemap:lastmod,0,11),concat(' ', substring(sitemap:lastmod,12,5)),concat(' ', substring(sitemap:lastmod,20,6)))"/>
							</td>
						</tr>
					</xsl:for-each>
					</tbody>
				</table>
			</xsl:if>
		</div>
		</body>
		</html>
	</xsl:template>
	</xsl:stylesheet>
