Replies: 1 comment 2 replies
-
also there could be xml like this:
with completely random attributes and values and I have no clue right now how to write common code for all possible values |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need to parse this kind of xml:
but I cannot figure out how to parse
properties/project.build.sourceEncoding
elementI would like to see something like this in my Data Class, but this still doesn't work
currently I get this error: which I suppose means it cannot find any field where it could be written:
Would appreciate your help!
Beta Was this translation helpful? Give feedback.
All reactions