try this:
<value-of select="concat(@city, ", ")" />
So instead concating a blank space
, you concat a ,
and a blank space
3
solved comma after td entry html [closed]
try this:
<value-of select="concat(@city, ", ")" />
So instead concating a blank space
, you concat a ,
and a blank space
3
solved comma after td entry html [closed]