PHP output XML must be header problem solving method

Source: Internet
Author: User

XML long and TXT files are too similar, so I am the sum of txt confused.

The code is as follows Copy Code
Echo ' <?xml version= "1.0" encoding= "UTF-8"?>
<sitemap>
<loc>http://www.111cn.net/</loc>
<lastmod>2013-01-22T11:00:18+08:00</lastmod>
</sitemap>
';
Exit

Such a piece of code, dead and alive the output of XML can not be validated through XML.

Error:object # has no method ' load '

The last time I checked, it was just like a file in 1.xml.

The code is as follows Copy Code
<?xml version= "1.0" encoding= "UTF-8"?>
<sitemap>
<loc>http://www.111cn.net/</loc>
<lastmod>2013-01-22T11:00:18+08:00</lastmod>
</sitemap>

It would be nice to add a header. It's been a couple of hours.

  code is as follows copy code

<?php
Header ("Content-type:text/xml");
Echo ' <?xml version= "1.0" encoding= "UTF-8"
<sitemap>
<loc>http://www.111cn.net/< /loc>
<lastmod>2013-01-22t11:00:18+08:00</lastmod>
</sitemap>
';
exit;

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.