[xsl] Null Values

Subject: [xsl] Null Values
From: "Lawrence Pravin" <pravinl@xxxxxxxxxxx>
Date: Thu, 29 Mar 2001 19:56:28
My requirement is to remove tag names when I convert from one xml to another xml, if there is no data.
e.g
<F1>1234</F1>
<F2>1234</F2>
<F3></F3>
<F4>1234</F4>


to

<F1>1234</F1>
<F2>1234</F2>
<F4>1234</F4>

Is there any general method to do this, instead of checking node by node.

Thnaks for your help.

Regards
Lawrence.
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.


XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list



Current Thread