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
I also did a quick Google search to see if there's a newer or better way to pretty-print XML documents in Java, since using these arcane properties always seemed like an awful hack. But so many of the results are still from 10–15 years ago, so it seems things haven't improved in all that time.
Hi, java-xmlbuilder version used
While debugging i checked what contain my XMLBuilder2 object and throughout the process xml tree was correct, but when i'm saving in file
i got only
<feed> <feed_version>2</feed_version> </feed>
all other concatenated tags with attributes just being ignored
The text was updated successfully, but these errors were encountered: