【发布时间】:2010-10-29 05:17:50
【问题描述】:
在
的帮助下我得到了我的资源文件string filePath = Assembly.GetExecutingAssembly().GetName().Name+"." + resourceFileName;
Stream fileStream = Assembly.GetExecutingAssembly().GetManifestResourceStream(filePath);
现在我必须使用 fileStream 将我的 xhtml 文件与嵌入在资源文件中的 DTD 进行比较。该怎么做?
【问题讨论】:
标签: c# validation xhtml dtd