I am trying to transform a given XML using xslt. The caveat is that I would have to delete a parent node if a given child node is not present. I did do some template matchin
A different solution is to use the 'xsl:copy-of' element.