Solutionunvalidated
To get more precise locations you'd need to: — Replicating Oxygen's behavior with stock Xerces. Tension: The standard `ErrorHandler` interface in JAXP gives you a `SAXParseException` which contains the `getLineNumber()` and `getColumnNumber()` methods. But this's not enough for this type of error. Outcome: Build a location-aware DOM: first parse the XML in.
e9ce5715-fcd5-4546-bf97-2496a5aa76c2
To get more precise locations you'd need to: — Replicating Oxygen's behavior with stock Xerces. Tension: The standard ErrorHandler interface in JAXP gives you a SAXParseException which contains the getLineNumber() and getColumnNumber() methods. But this's not enough for this type of error. Outcome: Build a location-aware DOM: first parse the XML in.