开发者

How to validate DataTable with XML Schema?

Does anyone kno开发者_JS百科w how to validate a DataTable against a particular DataTable XSD (Schema)? Which would be the best performance-optimized way of doing this?

For example:

 <?xml version="1.0" encoding="utf-8"?>
 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" 
     attributeFormDefault ="qualified" 
     xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"> ---Content---- </xs:schema> 

Thanks

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜