Re: xpath question...

2006-07-09 Thread John J. Lee
bruce [EMAIL PROTECTED] writes: i have the following section of test code where i'm trying to get the attribute of a frame frame src= i'm trying to print/get the src value. the xpath query that i have displays the src attribute in the Xpather/Firefox plugin. however, i can't quite

Re: xpath question

2006-07-04 Thread Stefan Behnel
[EMAIL PROTECTED] wrote: bruce wrote: is there anyone with XPath expertise here? i'm trying to figure out if there's a way to use regex expressions with an xpath query? i've seen references to the ability to use regex and xpath/xml, but i'm not sure how to do it... i have a situation where

Re: xpath question

2006-07-03 Thread Simon Forman
[EMAIL PROTECTED] wrote: bruce wrote: is there anyone with XPath expertise here? i'm trying to figure out if there's a way to use regex expressions with an xpath query? i've seen references to the ability to use regex and xpath/xml, but i'm not sure how to do it... i have a situation

RE: xpath question

2006-07-02 Thread bruce
hi is there anyone with XPath expertise here? i'm trying to figure out if there's a way to use regex expressions with an xpath query? i've seen references to the ability to use regex and xpath/xml, but i'm not sure how to do it... i have a situation where i have something like:

Re: xpath question

2006-07-02 Thread Simon Forman
bruce wrote: hi is there anyone with XPath expertise here? i'm trying to figure out if there's a way to use regex expressions with an xpath query? i've seen references to the ability to use regex and xpath/xml, but i'm not sure how to do it... i have a situation where i have something

RE: xpath question

2006-07-02 Thread bruce
Subject: Re: xpath question bruce wrote: hi is there anyone with XPath expertise here? i'm trying to figure out if there's a way to use regex expressions with an xpath query? i've seen references to the ability to use regex and xpath/xml, but i'm not sure how to do it... i have a situation

Re: xpath question

2006-07-02 Thread Simon Forman
bruce wrote: simon.. you may not.. but lot's of people use python and xpath for html/xml functionality.. check google python xpath... later.. ... i have a situation where i have something like: /html/table//[EMAIL PROTECTED]'foo'] is it possible to do soomething like [EMAIL

Re: xpath question

2006-07-02 Thread uche . ogbuji
bruce wrote: is there anyone with XPath expertise here? i'm trying to figure out if there's a way to use regex expressions with an xpath query? i've seen references to the ability to use regex and xpath/xml, but i'm not sure how to do it... i have a situation where i have something like: