Append vaues to html path

Hi All

I am trying to add a value into the HTML Path :

"/HTML/BODY(1)/DIV(1)/DIV(2)/UL(1)/LI(&["INCR"]&)"

How do I append this into the HTML path. whats the correct syntax

Incr is the data item with a value example "5".

FYI: This in context with dynamic path for a html
 
Trial and Error just got it .


"/HTML/BODY(1)/DIV(1)/DIV(2)/UL(1)/LI("&[INCR]&") "

Let me know if this works for any or if there are any issues.
 
Top