GravityPDF / querypath

A fork of QueryPath: a PHP library for HTML(5)/XML querying (CSS 4 or XPath) and processing (like jQuery) with PHP8.3 support
Other
21 stars 2 forks source link

xpath not work with tag #4

Closed jakejackson1 closed 1 year ago

jakejackson1 commented 1 year ago

From querypath created by faitno: technosophos/querypath#201

I check that xpath don't work with tag name. For example:

.//*[@class="title"]/*/@href

work great, but:

.//*[@class="title"]/a/@href

don't work. Could you say, what a problem?