Jump to content

Extracting XML


.Stealth

Recommended Posts

Never done this before so just a quick question.

If this is my xml (i've shortened it):

 

<ResultSet xsi:schemaLocation="urn:yahoo:srch http://api.search.yahoo.com/SiteExplorerService/V1/InlinkDataResponse.xsd" totalResultsAvailable="1954226" firstResultPosition="1" totalResultsReturned="2">

 

How do i extract this bit:

totalResultsAvailable="1954226"

 

I know i can use simplexml_load_file() but is that the right thing to use? If so, how do i get just that bit in bold with it being inside the opening ResultSet tag.

 

Thanks in advance for any help.

Link to comment
https://forums.phpfreaks.com/topic/205809-extracting-xml/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.