SGML parser .NET recommendations

GP. picture GP. · Jul 18, 2009 · Viewed 9.5k times · Source

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.)

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:

Any other recommendations?

Answer

GP. picture GP. · Jul 20, 2009

Apparently SgmlReader's updated here:

https://github.com/MindTouch/SGMLReader