Forum: General
06-12-2011, 02:29 PM
|
|
Replies: 2
Views: 615
Xpath query solution
Hi all,
I've found a solution with contains function to query by an element's enclosed text :
$query="/rss/channel/item/title[contains(.,'Liga')]";
I can get out now, I'm free :-)
Happy Sunday,
|
Forum: General
06-12-2011, 12:42 AM
|
|
Replies: 2
Views: 615
Xpath query
Hi all,
I am looking for a function that finds a string from a RSS feed and retrieve the whole content of the matched nodes values.
I've made unsuccessfull tests using fn:matches function.
Here...
|