XPath + XML-class functions

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
sylvano3
Forum Newbie
Posts: 1
Joined: Thu Feb 26, 2004 7:47 am
Location: Mannheim

XPath + XML-class functions

Post by sylvano3 »

Hi all
i'm new in forum and my englisch is not perfect :D .
O.K , i'm using the xml-class at :

http://www.phpclasses.org/browse/file/638.html

to parse my xml files but i've that problem that i don't understand the use of some functions . For example to handel children , parents or descendant for a Node .

do some one can explain me how i can use the following functions ?
-handle_axis_child ( $axis, $context )
-handle_axis_parent ( $axis, $context )
-handle_axis_attribute ( $axis, $context )
-handle_axis_self ( $axis, $context )
- handle_axis_descendant ( $axis, $context )

i hope i'm clear and waiting for your feeback
sylvano
Post Reply