xsl-list
[Top] [All Lists]

a Real Quickie

2004-09-21 08:10:03
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>




<Prev in Thread] Current Thread [Next in Thread>