A list of tags gets nested inside the same tag when converted to XML #75
Unanswered
just-push-it
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When converting a Lua table into XML, I have a section where there are multiple
<l>
tags in the same block. When printing the table to console, I can see that the<l>
tags are inside of a table with the keyl
who's values are an array of the various<l>
elements.Like so:
I was expecting that the output xml should look like this:
Instead, what I'm getting is this:
I'm not entirely sure why this is happening, and would appreciate some input. Hopefully I've provided enough detail, but please let me know if not. I do not have control over what the final XML structure needs to be in this case.
Beta Was this translation helpful? Give feedback.
All reactions