Lines Matching +full:php +full:- +full:version
1 <<?php /* Beware short open tags in PHP <8.0 */ ?>?xml version="1.0" encoding="UTF-8"?>
2 <xsl:stylesheet version="2.0"
3 xmlns:html="http://www.w3.org/TR/REC-html40"
4 xmlns:image="http://www.google.com/schemas/sitemap-image/1.1"
7 <xsl:output method="html" version="1.0" encoding="UTF-8" indent="yes"/>
9 <html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
12 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
20 …This XML Sitemap Index file contains <xsl:value-of select="count(sitemap:sitemapindex/sitemap:site…
22 <table class="table table-sm table-bordered table-striped table-hover">
30 <xsl:for-each select="sitemap:sitemapindex/sitemap:sitemap">
32 <xsl:value-of select="sitemap:loc"/>
36 … <a href="{$sitemapURL}"><xsl:value-of select="sitemap:loc"/></a>
39 <xsl:value-of select="sitemap:lastmod"/>
42 </xsl:for-each>
48 … This XML Sitemap contains <xsl:value-of select="count(sitemap:urlset/sitemap:url)"/> URLs.
50 <table class="table table-sm table-bordered table-striped table-hover">
59 <xsl:for-each select="sitemap:urlset/sitemap:url">
63 <xsl:value-of select="sitemap:loc"/>
66 <xsl:value-of select="sitemap:loc"/>
70 <xsl:value-of select="sitemap:priority"/>
73 <xsl:value-of select="sitemap:lastmod"/>
76 </xsl:for-each>