我在
的帮助下获得了我的资源文件string filePath = Assembly.GetExecutingAssembly().GetName().Name+"." + resourceFileName;
Stream fileStream = Assembly.GetExecutingAssembly().GetManifestResourceStream(filePath);
现在我必须使用fileStream来比较我的xhtml文件与嵌入在资源文件中的DTD。怎么做?