SGML分析器.NET建议分析器、建议、SGML、NET

2023-09-02 01:59:42 作者:6.帝王之战

在我的C#项目,我一直在处理解析SGML文件的任务,都试过了,很天真,使用的XmlReader,而这也导致了一些有趣的启示(即SGML和良好的之间的区别XML等)

In my C# project, I have been dealt with the task of parsing an SGML file and have tried, very naively, to use XmlReader, and this has led to some interesting revelations (i.e., the difference between SGML and well-formed XML, etc.)

所以,我想,我只是需要一个良好的SGML解析器将其转换成一个XML文件,并从那里走。在我的搜索,我发现了两个SGML解析器,可以与我的C#项目集成:

So I am thinking that I just need a good SGML parser which converts it to an XML file and go from there. In my search, I have found two SGML parsers that can integrate with my C# project:

在MSDN的 SgmlReader 和 在James Clark的SP SGML分析器。 MSDN's SgmlReader, and James Clark's SP SGML parser.

任何其他建议?

推荐答案

显然SgmlReader在这里的更新:

Apparently SgmlReader's updated here:

http://developer.mindtouch.com/Community/SgmlReader