Subject:How to avoid creating empty xml elements using XSLT Author:naveen venkat Date:03 Sep 2009 07:52 PM
I am transforming about 400 elements from one XML to other. How can I avoid creating empty xml elements without using when condition for each element to check if value exists or not.