Hi all,
I am trying to write an XML with optional attributes. If the attribute is null or missing I don't want to have it in the output xml. I xml attributes, not child elements. When using the regular xml writer, all fme attributes are redirected as child elements and missing attributes are properly removed.
However, when using xml attributes within a xml templater, missing attributes are still there and note removed.
Any idea on how to solve this?