RE: Xpath for HTML processing

2008-09-06 Thread bruce
Hi Astley I can probably help here. Can you tell me exactly what you're trying to accomplish. the xpath query that you listed can be processed using libxml2dom (and a fewo other libs) are you looking to parse a web page, an xml doc, etc... let me know, and we'll see if we can help -Origi

Re: Xpath for HTML processing

2008-09-04 Thread Stefan Behnel
Astley Le Jasper wrote: > Can anyone suggest something inthat can process an XPath like the > following: > > "/html/body/table[2]/tbody/tr/td[5]/table/tbody/tr[3]/td/table[3]/ > tbody/tr[5]/td" [skipping the obvious joke answer to your question] In case you're asking for a tool that can process