[xsl] a Real Quickie

Subject: [xsl] a Real Quickie
From: "Kevinjohn Gallagher" <web_design_guru@xxxxxxxxxxx>
Date: Tue, 21 Sep 2004 16:10:03 +0100
I have an xml file, and I want to strip all of tags with the node ME if they are empty.

<holder>
<a />
<b />
<ME />
<ME> keep </ME>
<c />
</holder>

to give :

<holder>
<a />
<b />
<ME> keep </ME>
<c />
</holder>

Current Thread