-
-
Notifications
You must be signed in to change notification settings - Fork 222
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simillar elements inside are skipped #610
Comments
@aivanovski This explanation is not sufficient to understand what your problem is -- please include code you are using, with expectations of what you thing should happen. Ideally in a form of a test case. |
Some elements inside XML file aren't parsed, they are skipped during |
@aivanovski you haven't provided a meaningful example. There is no need to keep posting the same sparse details - they are not sufficient. |
I supposed you guys at least try to parse attached file, but ok, that's honest enough. It's Kotlin. Inside the deserilized result (
|
Java code also has the same issue. |
XmlMapper just skips elements inside element with
resource-id="com.ivanovsky.passnotes:id/recyclerView"
. File is attached.There is also no warnings, errors or any kind messages after
XmlMapper().readValue()
call.version 2.15.2
groups-screen-invalid-dump.xml.txt
The text was updated successfully, but these errors were encountered: