We are using xsl template in Fusion BIP report to create the output in xml format. Can you let us know if there is a way in xsl template to not display the tags in transformed xml when there is no data. There are multiple xml tags and we don't want to add <xsl:if> for each of the tags in xsl template. Is there any better approach to handle it.
Any response and solution is appreciated.