XML files can contain elements or attributes.
Which kind of item is it?
I believe this may help:
https://stackoverflow.com/questions/...l-xml-elements
Your application may actually handle null values differently. If that doesn't work, I would refer to the docs of the application to confirm how it handles "empty" or "null" values. It's unclear which one you wish to handle in your first post.
Quote:
|
Is it illegal to have no character between arguments in .xml?
|
It's not illegal. But your application may not handle that correctly.