SOAP API - Warnings & Errors

I've been developing an app based on the documentation at:
http://validator.w3.org/docs/api.html?

This document states: 
"As seen as the example above, the children of the error element, but also
the warning element are line, col and message, defined below:"

This seems to imply that all 'error' and 'warning' elements will include the
children: 'line', 'col', and 'message'.  It then goes on "below" to show
'messageid', 'explanation', and 'source' too.

In my tests, however, I haven't been able to produce warnings with anything
except 'message' and 'messageid'.  I'd sure like to have the explanation
text that goes with the warnings -- is it available?

Or do warnings only get a subset of the children of error?

Or do different warnings (and perhaps different errors) yield different
combinations of children (wouldn't that be fun)?

Any help would be appreciated (including additional documentation sources).

-Chris
-- 
View this message in context: http://www.nabble.com/SOAP-API---Warnings---Errors-tf4596626.html#a13123765
Sent from the w3.org - www-validator mailing list archive at Nabble.com.

Received on Tuesday, 9 October 2007 20:09:17 UTC