When the count is zero, i want to remove only the zero-count lines and copy all other lines as is. For example
XML input file
<Store id = "34343>5</Store>
<Store id="12345">0</Store>
Output should only contain <Store id = "34343>5</Store>
Can some one please help. Thank You