Place a 'dot' inside of xml tags
Hi,
I need to insert a dot if a column is as empty. But when i use find and replace method it removes tag in between the tabs. Is it possible to place a dot without affecting the xml tags?

app.findGrepPreferences = null; app.changeGrepPreferences = null;
app.findGrepPreferences.findWhat="\\t\\t";
app.changeGrepPreferences.changeTo= "\\t.\\t";
app.changeGrep();
Thanks,
K