The xpath tag has no wiki summary.
0
votes
1answer
77 views
Identifying elements from data feeds generated by affiliate sites
I am working with data feeds from affiliate sites. The basic idea is to provide an interface where the user can paste a link to an XML datafeed (these are huge btw, around 60 mb) that would then be ...
3
votes
1answer
422 views
xpath vs DOM API
I just came up on xpath recently while writing a greasemonkey script and immediately fell in love. I haven't done any benchmarking yet (coming soon), but according to a couple sources that I read, ...
4
votes
3answers
251 views
Is it possible to combine XPath and CSS selectors?
Just came through XPath.
I got curious about this. Why is there a different way to select tags in XPath and CSS(selectors).
Why cant there be a common way in both XPath and CSS?