Symptom
Your XML file may contain empty elements indicating a null value in XML. SAGE formatted CSV (which we use with Zynk) will be rejected with these elements because null is not a valid value. Having no tag at all is, however, acceptable.
Cause
n/a
Resolution
Use a search for the following regular expression in NP++.
<[^=/>]+/>
This is the regular expression for finding any self-closed element containing no attributes (cannot contain an = character).
The resulting XML looks like this:
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article