-
Getting xml child name via PHP/DOM
<doc>
<y>
<list_type>1</list_type>
<libel> lible 1</libel>
</y>
<x>
<list_type>6</list_type>
<libel> lible 2</libel>
</x>
<y>
<list_type>3</list_type>
<libel> lible 3</libel>
</y>
</doc>
hi all,
this is an extract of my big xml file. <doc> is not the root of the document, its one of the root's childs, and also it's not the first child. the question here:
how i can get the name of each child of the node <doc>?
how i can also get all the value of each child?
thanks
Similar Threads
-
By namedflea in forum XML
Replies: 1
Last Post: 05-19-2009, 02:04 PM
-
Replies: 1
Last Post: 08-12-2008, 01:48 PM
-
By vb_programmer in forum VB Classic
Replies: 7
Last Post: 08-15-2006, 03:21 PM
-
By castrom in forum VB Classic
Replies: 2
Last Post: 04-20-2004, 07:31 PM
-
By Jeremy in forum VB Classic
Replies: 0
Last Post: 03-13-2001, 11:32 AM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|