I have been able to implement a validating reader quite
easily using the .net classes.
The error generated when the xml document does not
validate against the schema are similar to
"There is an error ********* at line number column(x,y).
While this is good for we computer types, I need
something which tells me which node or path the error
occurs in.
How can I get this done?
Thanks,
Ken
SQL Server Development Team - 23 Oct 2003 01:45 GMT
There is no direct support for such functionality in the XmlValidatingReader
provided in the .NET Framework.

Signature
This posting is provided "AS IS" with no warranties, and confers no rights.
> I have been able to implement a validating reader quite
> easily using the .net classes.
[quoted text clipped - 12 lines]
> Thanks,
> Ken