Re: Error Handling
[email protected] (Jason E. Stewart)
| Newsgroups | gmane.text.xml.xerces-p.devel |
|---|---|
| Message-ID | <[email protected]> |
"Steve Kaeser" <[email protected]> writes: > When I'm trying to validate an xml document, is there any way to determine > which element was in error? > > All I've been able to find is the line number and column number. Sorry Steve, All Xerces can give you is the line and column - you'll have to calculate the element yourself. Cheers, jas.