[phpXML] Problems using element[@attribute=''] syntax ??
Brought to you by:
bs_php,
nigelswinson
From: <ga...@wh...> - 2001-10-08 14:37:45
|
Hi, I can't, for the life of me, get the following working: $newNode = $calendarXML->add_node("/calendar[1]/month[normalize-space(@number)='01']/da y[normalize-space(@number)='02']","entry"); $calendarXML->add_content($newNode,"something"); I've checked my syntax and it appears to be fine but no matter what I do it won't add the node in. Does anybody have any ideas? I was hoping to use this method to help me to handle a calendar system quicker. Regards, Gareth -- This message has been sent through the <phpXML/> user discussion list. To unsubscribe, please visit https://sslsites.de/mailinglisten/user/us...@li.../ |