xpath and hxp data accessor available in html templates are limited to context descendant elements or context attributes at present to allow full xpath expression some xslt custom coding is needed these are some cases - text nodes *html template* replace me *xsl* evaluating /comune/@regione: ... - attribute nodes *html template* hoverme *xsl* evaluating /comune/@regione: ... - as a parameter passed to an id handler *html template* replace me *xsl* evaluating /comune/@regione: ... ... ...