Xml 第13列第3行出错:分析属性名称时出错

Xml 第13列第3行出错:分析属性名称时出错,xml,Xml,对不起,我是个笨蛋。我正在尝试创建一个XML文件。我下载了一个模板创建了一个,我得到了这个错误 第13列第3行出错:分析属性名称时出错 我不知道我是否应该键入不同的代码,我只是按照我可以在网上找到的说明。感谢您的帮助。谢谢大家! <?xml version="1.0" encoding="UTF-8"?> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <xmlns:image="http:/

对不起,我是个笨蛋。我正在尝试创建一个XML文件。我下载了一个模板创建了一个,我得到了这个错误

第13列第3行出错:分析属性名称时出错

我不知道我是否应该键入不同的代码,我只是按照我可以在网上找到的说明。感谢您的帮助。谢谢大家!

<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<xmlns:image="http://www.google.com/schemas/sitemap-image/1.1">
<url>
    <loc>http://www.mylabzoe.com/</loc>
    <image:image>
        <image:loc>https://www.mylabzoe.com/C_Images/zoe15.jpg
        <image:loc>https://www.mylabzoe.com/C_Images/ZoeTongueHangingOut2.jpg
        <image:loc>https://www.mylabzoe.com/C_Images/ZoeWithBigBone.jpg
        <image:loc>https://www.mylabzoe.com/C_Images/ZoeLayingWithHope.jpg
        <image:loc>https://www.mylabzoe.com/C_Images/ZoeLickingTheo.jpg
        <image:loc>https://www.mylabzoe.com/C_Images/ZoeChristmas.jpg
    <lastmod>2019-09-10</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
</url>
<url>
    <loc>https://www.mylabzoe.com/B_HTML/What_Labs_Love_To_Do.html</loc>
    <image:image>
        <image:loc>https://www.mylabzoe.com/C_Images/ZoeJump.JPG
        <image:loc>https://www.mylabzoe.com/C_Images/dogpark1.jpg
        <image:loc>https://www.mylabzoe.com/C_Images/zoefetch0.jpg
        <image:loc>https://www.mylabzoe.com/C_Images/zoerolling.jpg
        <image:loc>https://www.mylabzoe.com/C_Images/GoofyPic.jpg
    </image:image>
    <lastmod>2019-09-10</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
</url>
<url>
    <loc>https://www.mylabzoe.com/B_HTML/The_History_And_Genetics_Of_Labs.html</loc>
    <image:image>
        <image:loc>https://www.mylabzoe.com/C_Images/zoe15.jpg
        <image:loc>https://www.mylabzoe.com/C_Images/Zoe_Beach.jpg
        <image:loc>https://www.mylabzoe.com/C_Images/ZoeTongueHangingOut.jpg
    <lastmod>2019-09-10</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
</url>
<url>
<loc>https://www.mylabzoe.com/B_HTML/The%20Recommended%20Toys%20for%20Labs.html</loc>
<lastmod>2019-09-10</lastmod>
<changefreq>monthly</changefreq>
<priority>0.7</priority>
</url>
<url>
<loc>https://www.mylabzoe.com/B_HTML/How%20To%20Discipline%20Your%20Dog%20The%20Right%20Way.html</loc>
    <image:image>
        <image:loc>https://www.mylabzoe.com/C_Images/Zoewinter.jpg
        <image:loc>https://www.mylabzoe.com/C_Images/zoesniffing.jpg
        <image:loc>https://www.mylabzoe.com/C_Images/zoesquirrel.jpg
        <image:loc>https://www.mylabzoe.com/C_Images/ZoeSittingHappy.jpg
<lastmod>2019-09-10</lastmod>
<changefreq>monthly</changefreq>
<priority>0.6</priority>
</url>
</urlset>

http://www.mylabzoe.com/
https://www.mylabzoe.com/C_Images/zoe15.jpg
https://www.mylabzoe.com/C_Images/ZoeTongueHangingOut2.jpg
https://www.mylabzoe.com/C_Images/ZoeWithBigBone.jpg
https://www.mylabzoe.com/C_Images/ZoeLayingWithHope.jpg
https://www.mylabzoe.com/C_Images/ZoeLickingTheo.jpg
https://www.mylabzoe.com/C_Images/ZoeChristmas.jpg
2019-09-10
每周的
1
https://www.mylabzoe.com/B_HTML/What_Labs_Love_To_Do.html
https://www.mylabzoe.com/C_Images/ZoeJump.JPG
https://www.mylabzoe.com/C_Images/dogpark1.jpg
https://www.mylabzoe.com/C_Images/zoefetch0.jpg
https://www.mylabzoe.com/C_Images/zoerolling.jpg
https://www.mylabzoe.com/C_Images/GoofyPic.jpg
2019-09-10
月刊
0.9
https://www.mylabzoe.com/B_HTML/The_History_And_Genetics_Of_Labs.html
https://www.mylabzoe.com/C_Images/zoe15.jpg
https://www.mylabzoe.com/C_Images/Zoe_Beach.jpg
https://www.mylabzoe.com/C_Images/ZoeTongueHangingOut.jpg
2019-09-10
月刊
0.8
https://www.mylabzoe.com/B_HTML/The%20Recommended%20Toys%20for%20Labs.html
2019-09-10
月刊
0.7
https://www.mylabzoe.com/B_HTML/How%20To%20Discipline%20Your%20Dog%20The%20Right%20Way.html
https://www.mylabzoe.com/C_Images/Zoewinter.jpg
https://www.mylabzoe.com/C_Images/zoesniffing.jpg
https://www.mylabzoe.com/C_Images/zoesquirrel.jpg
https://www.mylabzoe.com/C_Images/ZoeSittingHappy.jpg
2019-09-10
月刊
0.6

XML应格式良好。我修改了根元素以容纳所有名称空间,并将所有起始标记与匹配的结束标记配对。要查看它,只需将下面的XML与您的XML进行比较

XML


http://www.mylabzoe.com/
https://www.mylabzoe.com/C_Images/zoe15.jpg
https://www.mylabzoe.com/C_Images/ZoeTongueHangingOut2.jpg
https://www.mylabzoe.com/C_Images/ZoeWithBigBone.jpg
https://www.mylabzoe.com/C_Images/ZoeLayingWithHope.jpg
https://www.mylabzoe.com/C_Images/ZoeLickingTheo.jpg
https://www.mylabzoe.com/C_Images/ZoeChristmas.jpg
2019-09-10
每周的
1
https://www.mylabzoe.com/B_HTML/What_Labs_Love_To_Do.html
https://www.mylabzoe.com/C_Images/ZoeJump.JPG
https://www.mylabzoe.com/C_Images/dogpark1.jpg
https://www.mylabzoe.com/C_Images/zoefetch0.jpg
https://www.mylabzoe.com/C_Images/zoerolling.jpg
https://www.mylabzoe.com/C_Images/GoofyPic.jpg
2019-09-10
月刊
0.9
https://www.mylabzoe.com/B_HTML/The_History_And_Genetics_Of_Labs.html
https://www.mylabzoe.com/C_Images/zoe15.jpg
https://www.mylabzoe.com/C_Images/Zoe_Beach.jpg
https://www.mylabzoe.com/C_Images/ZoeTongueHangingOut.jpg
2019-09-10
月刊
0.8
https://www.mylabzoe.com/B_HTML/The%20Recommended%20Toys%20for%20Labs.html
2019-09-10
月刊
0.7
https://www.mylabzoe.com/B_HTML/How%20To%20Discipline%20Your%20Dog%20The%20Right%20Way.html
https://www.mylabzoe.com/C_Images/Zoewinter.jpg
https://www.mylabzoe.com/C_Images/zoesniffing.jpg
https://www.mylabzoe.com/C_Images/zoesquirrel.jpg
https://www.mylabzoe.com/C_Images/ZoeSittingHappy.jpg
2019-09-10
月刊
0.6

xmlns:XXXX是一种用于声明名称空间的特殊名称,它只能用作属性名,不能用作元素名。
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:image="http://www.google.com/schemas/sitemap-image/1.1">
    <url>
        <loc>http://www.mylabzoe.com/</loc>
        <image:image>
            <image:loc>https://www.mylabzoe.com/C_Images/zoe15.jpg</image:loc>
            <image:loc>https://www.mylabzoe.com/C_Images/ZoeTongueHangingOut2.jpg</image:loc>
            <image:loc>https://www.mylabzoe.com/C_Images/ZoeWithBigBone.jpg</image:loc>
            <image:loc>https://www.mylabzoe.com/C_Images/ZoeLayingWithHope.jpg</image:loc>
            <image:loc>https://www.mylabzoe.com/C_Images/ZoeLickingTheo.jpg</image:loc>
            <image:loc>https://www.mylabzoe.com/C_Images/ZoeChristmas.jpg</image:loc>
        </image:image>
        <lastmod>2019-09-10</lastmod>
        <changefreq>weekly</changefreq>
        <priority>1.0</priority>
    </url>
    <url>
        <loc>https://www.mylabzoe.com/B_HTML/What_Labs_Love_To_Do.html</loc>
        <image:image>
            <image:loc>https://www.mylabzoe.com/C_Images/ZoeJump.JPG</image:loc>
            <image:loc>https://www.mylabzoe.com/C_Images/dogpark1.jpg</image:loc>
            <image:loc>https://www.mylabzoe.com/C_Images/zoefetch0.jpg</image:loc>
            <image:loc>https://www.mylabzoe.com/C_Images/zoerolling.jpg</image:loc>
            <image:loc>https://www.mylabzoe.com/C_Images/GoofyPic.jpg</image:loc>
        </image:image>
        <lastmod>2019-09-10</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.9</priority>
    </url>
    <url>
        <loc>https://www.mylabzoe.com/B_HTML/The_History_And_Genetics_Of_Labs.html</loc>
        <image:image>
            <image:loc>https://www.mylabzoe.com/C_Images/zoe15.jpg</image:loc>
            <image:loc>https://www.mylabzoe.com/C_Images/Zoe_Beach.jpg</image:loc>
            <image:loc>https://www.mylabzoe.com/C_Images/ZoeTongueHangingOut.jpg</image:loc>
        </image:image>
        <lastmod>2019-09-10</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>
    <url>
        <loc>https://www.mylabzoe.com/B_HTML/The%20Recommended%20Toys%20for%20Labs.html</loc>
        <lastmod>2019-09-10</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
    </url>
    <url>
        <loc>https://www.mylabzoe.com/B_HTML/How%20To%20Discipline%20Your%20Dog%20The%20Right%20Way.html</loc>
        <image:image>
            <image:loc>https://www.mylabzoe.com/C_Images/Zoewinter.jpg</image:loc>
            <image:loc>https://www.mylabzoe.com/C_Images/zoesniffing.jpg</image:loc>
            <image:loc>https://www.mylabzoe.com/C_Images/zoesquirrel.jpg</image:loc>
            <image:loc>https://www.mylabzoe.com/C_Images/ZoeSittingHappy.jpg</image:loc>
        </image:image>
        <lastmod>2019-09-10</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.6</priority>
    </url>
</urlset>