.Stealth Posted June 24, 2010 Share Posted June 24, 2010 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. Quote Link to comment https://forums.phpfreaks.com/topic/205809-extracting-xml/ Share on other sites More sharing options...
sKunKbad Posted June 25, 2010 Share Posted June 25, 2010 Any basic simpleXML tutorial should do. The examples in the php.net documentation should help too. Quote Link to comment https://forums.phpfreaks.com/topic/205809-extracting-xml/#findComment-1077027 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.