Add attribute xsl:nil=true on empty elements using XSLT
An article on how to declare an XML element as NULL using the attribute "xsi:nil". I'm going to use a very short example by providing a blank date of birth value: -- What I have: // -- What I want:
Read note