We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e094f0 commit 4ef6d93Copy full SHA for 4ef6d93
spec/OutputSpec.php
@@ -147,8 +147,8 @@ function it_should_generate_a_sitemap_with_links()
147
function it_should_write_processing_instructions()
148
{
149
$xml = <<<XML
150
-<?xml-stylesheet type="text/xsl" href="/path/to/xslt/main-sitemap.xsl"?>
151
<?xml version="1.0" encoding="UTF-8"?>
+<?xml-stylesheet type="text/xsl" href="/path/to/xslt/main-sitemap.xsl"?>
152
<urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/siteindex.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml">
153
<url>
154
<loc>http://www.example.com/english/</loc>
0 commit comments