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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T23:18:39+00:00 2026-05-18T23:18:39+00:00

I have some sort of … xml document as below : <file src=136090000-136100000> <member

  • 0

I have some sort of … xml document as below :

<file src="136090000-136100000">
  <member id="136090000">
        <Name>
              <![CDATA[DOSEKUN DANIEL ADETUNJI]]>
              </Name>
        <Email>
              <![CDATA[dosekun2d200@yahoo.com]]>
              </Email>
        <DateRegistration>
              <![CDATA[10/19/2010 8:46:57 PM]]>
              </DateRegistration>
  </Member>
  <usafisMember id="136090001">
        <Name>
              <![CDATA[yoleida colina]]>
              </Name>
        <Email>
              <![CDATA[yole_g1972@hotmail.com]]>
              </Email>
        <DateRegistration>
              <![CDATA[10/19/2010 8:47:08 PM]]>
              </DateRegistration>
  </usafisMember>
  <usafisMember id="136090002">
        <Name>
              <![CDATA[Homero Valdovinos]]>
              </Name>
        <Email>
              <![CDATA[felicida2d_9091@hotmail.com]]>
              </Email>
        <DateRegistration>
              <![CDATA[10/19/2010 8:47:01 PM]]>
              </DateRegistration>
  </Member>

I need to extract the member id , name, email and DateRegistration but as you can see the xml is not very well formatted . I tried with simple xml which obviously doesn’t work but nether regex doesn’t seem to work . Here is the pattern that I tried :

$pattern = "/<Name><\\!\\[CDATA\\[(.*)\\]\\]><\/Name>/";
preg_match_all($pattern, $xml_content, $matches);
$name = $matches[1][0][v];
echo " name is $name ";
  • 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-18T23:18:40+00:00Added an answer on May 18, 2026 at 11:18 pm
        $x='<file src="136090000-136100000">
          <usafisMember id="136090000">
                <Name>
                      <![CDATA[DOSEKUN DANIEL ADETUNJI]]>
                      </Name>
                <Email>
                      <![CDATA[dosekun2d200@yahoo.com]]>
                      </Email>
                <DateRegistration>
                      <![CDATA[10/19/2010 8:46:57 PM]]>
                      </DateRegistration>
          </usafisMember>
          <usafisMember id="136090001">
                <Name>
                      <![CDATA[yoleida colina]]>
                      </Name>
                <Email>
                      <![CDATA[yole_g1972@hotmail.com]]>
                      </Email>
                <DateRegistration>
                      <![CDATA[10/19/2010 8:47:08 PM]]>
                      </DateRegistration>
          </usafisMember>
          <usafisMember id="136090002">
                <Name>
                      <![CDATA[Homero Valdovinos]]>
                      </Name>
                <Email>
                      <![CDATA[felicida2d_9091@hotmail.com]]>
                      </Email>
                <DateRegistration>
                      <![CDATA[10/19/2010 8:47:01 PM]]>
                      </DateRegistration>
          </usafisMember>
            </file>
        ';
    
        $xml = new SimpleXMLElement($x);
    
    
    
    foreach ($xml->usafisMember as $usafisMember){
    echo 'Name: '. $usafisMember->Name.'<br>';
    }
    

    had to add close file but other wise worked as expected

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

Sidebar

Related Questions

Almost every project that I work will have some sort of tab delimited file
I have multiple entities that have some sort of file attached to them. I
I have some sort of problem, when it comes to customizing the iPad-launch-lcreens of
I have some sort of recursive function, but I need to parse a string,
I have some sort of a design problem with my Django AJAX application. I
I have some sort of a jquery chat at one specific PHP page. Of
Does anyone happen to have some sort of a nice command line script they
Is it possible to have some sort of template where a certain column (lets
Introduction I have some sort of values that I might want to access several
I think I've configured Box2d to have some sort of maximum velocity for any

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.