Quantcast
Channel: XML, System.Xml, MSXML and XmlLite forum
Viewing all articles
Browse latest Browse all 935

XSLT to remove lines in XML

$
0
0

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


Viewing all articles
Browse latest Browse all 935

Trending Articles