Generate an Xpath for a given [html element], assuming I want to get this [result].
Note, however, that the [result] must not be written in xpath.
Consider that there can be several elements by Xpath. In this case, return all of them.
For example, for this html www.pinpointe.com I want to get www.pinpointe.com and right xpath will be - //a[@class='component--field-formatter link-accent ng-star-inserted']/text()
All output shall be in [TARGETLANGUAGE].
[PROMPT]