Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6181123
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T00:57:53+00:00 2026-05-24T00:57:53+00:00

Using php I want to load XML files from several websites and want to

  • 0

Using php I want to load XML files from several websites and want to prevent errors if my one of the sites is down. I’m using this code to access the URL.

function get_xml($url){
 $xmlDoc = new DOMDocument();
 $xmlDoc->load($url); // This is the line causing errors
 $channel=$xmlDoc->getElementsByTagName('channel')->item(0);
 ...

If there is no xml feed available at $url I get lots of error messages like:

Warning: DOMDocument::load(): Space required after the Public Identifier

Warning: DOMDocument::load(): SystemLiteral ” or ‘ expected

Warning: DOMDocument::load(): SYSTEM or PUBLIC, the URI is missing

Warning: DOMDocument::load(): Opening and ending tag mismatch: link line 5 and head

What can I do to prevent $url from attempting to load if the feed isn’t available?
I’ve tried:

if(file_exists($url)){
$xmlDoc->load('$url');
}

And things with fopen and @load but I could well have been using them incorrectly.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T00:57:54+00:00Added an answer on May 24, 2026 at 12:57 am

    Try with:

    if (!@$xmlDoc->load($url)){
      return FALSE;
    }
    

    Your function get_xml will return immediately FALSE if the method load fails to load the XML data

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to load XML from an external link using PHP, then pass the
i want to create tabs according to data from MySQL database using php for
I want to upload and store video files to my server using PHP. Could
I want to list all files on an FTP server using PHP. According to
-<stat> <visitor>4</visitor> <uniqueVisitor>2</uniqueVisitor> <order>41</order> <revenue>20658</revenue> <conversionRate>48</conversionRate> <newProduct>25</newProduct> <outOfStockProduct>11</outOfStockProduct> </stat> From this xml i want
I want to load a xml file using Jquery . The xml is generated
I'm using php to parse my xml file, all I want to be able
I have a basic XML file that I load in my PHP using $xml
I want show weather information from xml to this URL: http://www.google.com/ig/api?weather=roma&hl=it using this script:
I want to parse (little critical) xml using php simplexml...But i can aither get

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.