in reply to XML::Parser XML validation
The problem is the missing </c>. But the parser might tell you:<r> <a> <b> <c> </b> </a> </r>
BTW, that's roughly what xmllint would tell you.Start and end tag mismatch: c and b, line 5. Start and end tag mismatch: b and a, line 6. Start and end tag mismatch: a and r, line 7. Unexpected end of the document, line 7.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: XML::Parser XML validation
by Anonymous Monk on Jan 05, 2013 at 11:35 UTC | |
by CountZero (Bishop) on Jan 05, 2013 at 13:47 UTC |