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

Leave a Comment