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

  • Home
  • SEARCH
  • 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 8824951
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T06:45:31+00:00 2026-06-14T06:45:31+00:00

I am creating a PHP script to return the file structure of a directory

  • 0

I am creating a PHP script to return the file structure of a directory as an XML document. I have used simpleXML to do this, and the script is working, but the response is nested in HTML tags.

PHP file:

<!DOCTYPE HTML>

<html>
<body>



<?php
$xml_string = <<<XML
<?xml version='1.0' standalone='yes'?>
<directory>
</directory>
XML;
$directory=new SimpleXMLElement($xml_string);

Code creating the file structure.    

echo $directory->asXML();


?>

</body>
</html>

The response is as follows:

<!DOCTYPE HTML>

<html>
<body>

<?xml version='1.0' standalone='yes'?>
<directory>
XML tags created by script
</directory>

</body>
</html>

I am wondering why the XML is inside an HTML document. I can’t get any javascript to access the XML elements.

var xmlhttp = new XMLHttpRequest();
var xmlDoc=xmlhttp.responseXML.documentElement.getElementsByTagName("folder");
document.getElementById("myDiv").innerHTML = xmlDoc[0].firstChild.nodeValue;

(snippets of the Javascript code used)

I get an error: ‘xmlhttp.responeXML is undefined’

Is there any way of interpreting the response or not having the XML nested inside HTML?

  • 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-14T06:45:33+00:00Added an answer on June 14, 2026 at 6:45 am

    It’s because the code generating the xml is surrounded by html. Remove the html parts and you should be fine.

    Remove this:

    <!DOCTYPE HTML>
    
    <html>
    <body>
    

    And this:

    </body>
    </html>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to use PHP to create a file, but it isn't working. I
I am creating an image via a php script using imagepng. This works fine
I have following problem. I use this tutorial to creating a multiple file uploader:
I have had lots of help with creating a PHP script that basically grabs
I am creating a php backup script that will dump everything from a database
I am having problems creating a simple PHP script. The $_GET[give] variable is always
I am creating a process using proc_open in one PHP script. How do i
I am creating a program that communicates with a PHP script on a web
I am creating an application form, here is what it does. The php script
I am creating a poll script for a facebook fan page: http://www.facebook.com/apps/application.php?id=115400635147687&v=app_115400635147687 I am

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.