regex removing specified empty xml tag using C#
- by John
Hi,
I would like to remove tag like the following one with its attributes using C# .Net
how can i do it?
<aaa type="1" class="2" />
other tags like <bbb type="5" class="4" /> i would like to keep.
Best Regards,