[phpXML] RE: [phpXML] Re: [phpXML] how to get off the mailing list
Brought to you by:
bs_php,
nigelswinson
From: <o.t...@ab...> - 2001-10-08 17:33:06
|
How do I get attributes by the XPath function in phpxml? I want to do something like in this code: $results = $xml->evaluate("//users/user[@us_workspace=$workspace]/product[@us_prname=$p roduct]"); //Display user in list $attributes = array(); foreach ($results as $users) { //username $attributes = $xml->get_attributes("parent::".$users); Thanks, Oliver -----Original Message----- From: pe...@zu... [mailto:pe...@zu...] Sent: vrijdag 21 september 2001 8:56 To: us...@li... Subject: [phpXML] Re: [phpXML] how to get off the mailing list > I clicked on the link at the bottom but I can't read German. > How do you unsubscribe from this list?? First you have to login with eMail an passwort. Then you get on a page where you have to click on the button named "Abmelden". If you do'nt know your password, write your email-address on the first page in the section "Passwort vergessen". Then you get a mail. Petra -- This message has been sent through the <phpXML/> user discussion list. To unsubscribe, please visit https://sslsites.de/mailinglisten/user/us...@li.../ -- This message has been sent through the <phpXML/> user discussion list. To unsubscribe, please visit https://sslsites.de/mailinglisten/user/us...@li.../ |