如何针对指定的DTD验证xhtml文件?

时间:2009-05-27 08:41:49

标签: c# validation xhtml dtd

我在

的帮助下获得了我的资源文件
string filePath = Assembly.GetExecutingAssembly().GetName().Name+"." + resourceFileName;    
Stream fileStream = Assembly.GetExecutingAssembly().GetManifestResourceStream(filePath);

现在我必须使用fileStream来比较我的xhtml文件与嵌入在资源文件中的DTD。怎么做?

1 个答案:

答案 0 :(得分:1)

我认为我知道的答案(XmlValidatingReader)现在已被弃用/过时,具体取决于您的平台,但替换似乎很简单。示例herehere