Webmaster Forums - Webmaster forum for HTML, PHP, ASP, CSS and more

Go Back   Webmaster Forums - Webmaster forum for HTML, PHP, ASP, CSS and more > Web Programming > PHP Development
User Name
Password

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old 03-23-2006, 11:14 AM   #1 (permalink)
Don Logan
Junior Member
 
Join Date: Mar 2006
Posts: 19
Default xpath node names

Hi

I'm experimenting with PHP/XML and XPath, I have some very simple code that returns the contents of nodes. What I cannot do is find the code that return the node names i.e British_Birds, species, name etc. I am using PHP 5.0.3 which supports xpath but I am getting a lot of undefined method errors. Does anyone know how I get the node names?

Code so far:-
<?php

$s = simplexml_load_file('birds5.xml');

foreach ($s->xpath('//species/name') as $species_name)
{
echo $species_name, '<br />';
}
?>

Returns:-
Golden oriole
Sparrowhawk
Siskin
Hoopoe

-------------------------------
birds5.xml
<British_Birds>

<species>
<name>Golden oriole</name>
<latin>Oriolus oriolus</latin>
<status>Summer</status>
<breeding>9-42</breeding>
<passage>85</passage>
<image>golden_oriole.jpg</image>
<url>http://www.rspb.org.uk/birds/guide/g/goldenoriole/index.asp</url>

</species>

</British_Birds>
Don Logan is offline   Reply With Quote
Sponsored Links
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Points Per Thread View: 1.00
Points Per Thread: 11.00
Points Per Reply: 5.00



» Sponsors

» Links

» Affiliates
Web Hosting
Marketing Find
Merchant Select
SiteMap Builder
Host Compare
Dedicated Servers

» Links

» Sports Network
Paintball Forum
Football Forum
Hockey Forum
Golf Forum
Boxing Forum
Lacrosse Forum
Baseball Forum
SnowBoarding Forum
Soccer Forum
MMA Forum


All times are GMT -4. The time now is 05:21 PM.



LinkBacks Enabled by vBSEO 3.0.0 RC8
Webmaster Forums