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 8894915
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T23:37:55+00:00 2026-06-14T23:37:55+00:00

i am trying to create a page of xml from php $xml = new

  • 0

i am trying to create a page of xml from php

$xml = new DOMDocument();
$xml->load("recv.xml") or exit("not loaded");
$xml_album = $xml->createElement("Album");
$xml_track = $xml->createElement("Track");
$xml_album->appendChild( $xml_track );
$xml->appendChild( $xml_album );
$doc->save('recv.xml');

this is my script but it is not working
Do i need to include to any file. Help me

Edit, error description according to comment;

DOMDocument::load() [function.DOMDocument-load]:
Start tag expected, '<' not found
  • 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-06-14T23:37:56+00:00Added an answer on June 14, 2026 at 11:37 pm

    You should probably create a fresh new document instead of loading existing not properly formed document.

    $xml = new DOMDocument();
    //$xml->load("recv.xml") or exit("not loaded"); - do not load the existing document!!!!
    $xml_album = $xml->createElement("Album");
    $xml_track = $xml->createElement("Track");
    $xml_album->appendChild( $xml_track );
    $xml->appendChild( $xml_album );
    $xml->save('recv.xml');
    

    XML is not allowed to have more than one root node, so if you are using <Album> as a root, opening existing document and adding one more root node will also produce error.

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

Sidebar

Related Questions

I am trying to create a page for new user sign where i am
Im trying to create a iPhone Objective C login page using PHP/MySQL to authenticate.
I am trying to write a PHP script that retrieves an xml file from
I'm trying to create a PDF document with Apache FOP from an xml file
im trying to create a xml file using php.everytime i run the code the
I am trying to create a page to display a list of links for
I'm trying to create a page by using view 2. This page list all
I'm trying to create a page that contains a grid and searching. The issue
I am trying to create a dynamic 'page' listing for threads/comments using AJAX. in
I'm trying to create a member page for updating account details. I want to

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.