perl/xpath question...

2006-07-06 Thread bruce
for guys with perl/xpath expertise.. i'm playing with xpath.. and i'm trying to solve an issue... i have the following kind of situation where i'm trying to get certain data. i have a bunch of tr/td... i can create an xpath, that gets me all of the tr.. i only want to get the sibling tr up unti

RE: XPath question....

2006-07-05 Thread Brian Raven
bruce <> wrote: > hi... > > i'm having an issue dealing with a possible XPath/HTML question. I've > copied a page from a college website to a file. i've gone through the > firefox/html validator and cleaned it up... > > the follwoing code is what i'm using, but it's giving me an error from > t

XPath question....

2006-06-30 Thread bruce
hi... i'm having an issue dealing with a possible XPath/HTML question. I've copied a page from a college website to a file. i've gone through the firefox/html validator and cleaned it up... the follwoing code is what i'm using, but it's giving me an error from the libxml.pm i'm also including th

RE: xpath question

2006-06-30 Thread Brian Raven
bruce wrote: > hi brian.. > > thanks for your reply... took a look at the website for the app.. got > a question that i can't find the answer to from the site. > > do you know if the app allows you to select a given item/element from > either the actual html, (or from

RE: xpath question

2006-06-30 Thread bruce
by the app... thanks... -bruce -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Brian Raven Sent: Friday, June 30, 2006 2:37 AM To: activeperl@listserv.activestate.com Subject: RE: xpath question bruce <> wrote: > hi... > > in getting inf

RE: xpath question

2006-06-30 Thread stuart arnold
EMAIL PROTECTED] On Behalf Of bruce Sent: Thursday, June 29, 2006 8:31 PM To: activeperl@listserv.activestate.com; php-general@lists.php.net Subject: xpath question hi... in getting information on xpath/xml.. i thought i'd ask these lists as well... i'm trying to find out if there's

RE: xpath question

2006-06-30 Thread Brian Raven
bruce <> wrote: > hi... > > in getting information on xpath/xml.. i thought i'd ask these lists > as well... > > i'm trying to find out if there's a tool that i could use to load an > HTML web page into, that would allow me to point to a given > item/element within the Tree/DOM structure and all

xpath question

2006-06-29 Thread bruce
hi... in getting information on xpath/xml.. i thought i'd ask these lists as well... i'm trying to find out if there's a tool that i could use to load an HTML web page into, that would allow me to point to a given item/element within the Tree/DOM structure and allow me to see what the Xpath state