I don’t want to in the output document to write out the element attribute if the value is missing or is an empty string.
How to do that?
That’s in a biztalk mapping.
I don’t want to in the output document to write out the element attribute
Share
If you prefer doing the XSLT yourself:
(I’m checking for missing element, empty value, and
xsi:nil– delete accordingly if not applicable)