[phpXML] Re: [phpXML] Re: [phpXML] Another Xpath question
Brought to you by:
bs_php,
nigelswinson
From: <an...@is...> - 2001-10-08 15:23:29
|
On Wed, 18 Jul 2001, Ni...@Sw... wrote: > //*[starts-with(name(),'image')] > > You could also use //*[contains(name(),'image')] but that will get slightly different results. > > Please read the tutorial at ZVON that Michael recommended. You'll find several answers there including this one. > > http://www.zvon.org/xxl/XPathTutorial/General/examples.html I did read it and tried to apply the expression. It seems that phpXML doesn't support nested function calls. phpXML error: While parsing an XPath expression there was found an error in the predicate "//*[contains(name(),'image')]", because after a closing bracket there was found something unknown. -Andrei Windows 2000 is certified not to crash more than once a day, so what is the bootup time, 24 hours? -- Sam Liddicott -- This message has been sent through the <phpXML/> user discussion list. To unsubscribe, please visit https://sslsites.de/mailinglisten/user/us...@li.../ |