How can I have my undefined
values treated as null
and parsed to self-closing tag?
#635
Unanswered
taniasimpson
asked this question in
Q&A
Replies: 1 comment
-
Hi @taniasimpson , Can you please share some sample code? It'll be helpful to understand the context of your question. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Per changelog 3.9.11, null is handled and parsed to a self-closing tag.
Right now if
undefined
is passed, we getundefined
back in our xml which is causing issues. How can we handleundefined
asnull
and have it replaced with a self-closing tag??THANKS!
Beta Was this translation helpful? Give feedback.
All reactions