0

There is a link to an XML Validation example.

An extract: Let's have a method:

document.Validate(ValidationEventHandler, bookNode);

It validates one node bookNode. But after executing this method, node bookNode is not valid, because:

bookNode.SchemaInfo.Validity returns NotKnown.

How can I validate only one node using the method "document.Validate(ValidationEventHandler, node)" ?

Radim Köhler
  • 122,561
  • 47
  • 239
  • 335

0 Answers0