Skip to content

Fix mapper error: use textContent instead of nodeValue since nodeValue does...

David Gregorczyk requested to merge feature/kotlin_xml_mapper_bugfix into master

Fix mapper error: use textContent instead of nodeValue since nodeValue does only work for attributes, not for elements.

Merge request reports