← Prev in month ← Prev in thread

Customizing error messages

From
Jaywanth <>
To
Date
2003-05-29T16:57:00Z
ID
<000501c32603$52e5dfe0$>
Thread
Customizing error messages
Hi All,

I get very complex messages thrown at me when i validate my XML file against
a schema using a validating parser . Is there is way to customize these
messages ?? I need to show these errors to the user in a manner he can
understand..

Sample error message thrown by the parser
----------------------------------------------
[Error: (20:11) cvc-complex-type.2.4.a: Invalid content starting with
element 'stratano'. The content must match
'(((((((((("":valuationno),("":stratano)),("":propertyaddress)),("":fiscalye
ar)),("":owner1)),("":owner2)),("":paidby)),("":tax)),("":penalty)),("":inte
rest))'. ]



something like this would be helpful...
--------------------------------------
<error>
<type>Formatting error </type>
<line>20</line>
<column>11</column>
<message>Element 'stratano' expected after element 'valuationno'</message>
</error>




Thanks in advance
Jaywanth
← Prev in month ← Prev in thread