In this forum comment, I wanted to write a XPath expresion this:
id(“ddCountry”)/ul[@ class=“es-list”]
Please note I intensionally inserted a space character between ‘@’ and ‘class’.
If I remove the space character, you would see this:
id(“ddCountry”)/ul[@class=“es-list”]
This presentation is not the one I want.