开发者

Linq to XML - Validate xml against dtd

开发者 https://www.devze.com 2023-03-13 16:03 出处:网络
I would like to validate the cXML Invoice against the DTD using Linq to XML or any C#. Could 开发者_Python百科anyone please guide me how this can be achieved?

I would like to validate the cXML Invoice against the DTD using Linq to XML or any C#. Could 开发者_Python百科anyone please guide me how this can be achieved?

Thank you in advance.


You don't need LINQ for that. You'll find an example here; http://social.msdn.microsoft.com/Forums/en-US/xmlandnetfx/thread/782e8227-84aa-4e62-a77e-0801e8b8cb4c

0

精彩评论

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