You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to change the outermost name tag of an XML output file?
I have an XML output of a class like this: <?xml version="1.0" encoding="utf-8"?> <cereal> <Item> <ItemID>Item 1</ItemID> </Item> </cereal>
Here instead of 'cereal', I would like to have a custom name for it.
The text was updated successfully, but these errors were encountered:
sk-surya
changed the title
How to name an archive?
How to name the outermost name tag in output XML?
Nov 14, 2022
Is there a way to change the outermost name tag of an XML output file?
I have an XML output of a class like this:
<?xml version="1.0" encoding="utf-8"?> <cereal> <Item> <ItemID>Item 1</ItemID> </Item> </cereal>
Here instead of 'cereal', I would like to have a custom name for it.
The text was updated successfully, but these errors were encountered: