How to select all elements with a specific attribute? with TinyXPath

Solution 1:

This XPath selects all elements that have an A attribute:

//*[@A]