I'm wondering if there is a way to validate xml field by field in java. I have an app that allow to read xml file, change data and save new xml file. I have to validate changed data, and show which field is wrong. I know i can validate the whole file, but i need to know which specific field is wrong.
Do you know the way to do this? :)