Discussions about issues, improvements, and use of the SGMLReader library.
Hi reader, This SgmlReader forum has been closed and I recommend you visit existing questions and answers on StackOverflow instead. When...
Hi All, Have you thought about making a NuGet package for SgmlReader? It'll make it a lot easier for people to start using the library. I'd be...
I have used SGMLReader for other projects in the past. I just went out to look at the updates today and noticed the license change from...
So I'm having an issue with an inclusion list. The list does not seem to flow down to descendants of the element it is declared in. Here is my...
Hi, I'm trying to convert some very old "custom made" XML dialect (not quite standardized) to "real" XML (standardized). I'm glad I found...
When I load an SgmlReader object into an XMLdocument object, it does not seem to handle special characters correctly. For instance, if the document...
Hi I'm trying to parse the following file using SgmlReader: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"...
Good morning/day/evening. First of all thank you for the SgmlReader - I've been using it quite a log and it's really helpful library. I've...
I just noticed another problem with ParseDocType, in particular regarding the internal subset. Take the following doctype declaration: <!DOCTYPE...
Hi, Using SgmlReader 1.8.7, this html: <a href="page.aspx?id=1&lang=en">test</a> returns a strange encoded part in the url: <a...
When i convert simple text into HTMl like <p>Test</p> this will convert into <html> <title></title> <body> <p>Test</p> </body> </html>
If you run this code, new character will be added with value 65535. string html = "Test&Test" reader.DocType = "HTML";...
I recently announced on our blog that SGMLReader is now available on our GitHub repository. And, also a reminder, we moved the bug-tracker a few...
Hi there, When SgmlReader is parsing and an element is not closed as it expects, it will put in a closing tag when the parent element is closed....
Hi, I found this in version 1.8.7: <img OnLoad= "if(this.width > 600) { this.height = Math.round(((600) + this.width)*this.height);...
I have two sgml files that differ only in the root attribute (removed the rest of the sgml for clarity): SGML A starts with: <sgml...
Hi all, Successfully patched and submitted bug (and fix) for getting SgmlReader to work in Medium Trust hosting environments. Simply added and a...
Hello everyone! I'm trying to parse bookmark files, that you can export from your browser. Usually "bookmarks.htm". I find out, that the...
Hi, I am shrikant wants to know that, with the help of the SGML parsing , haw can we parse the MSN result page, It actually give me error below....
Hello there, I have some 'bad' behavior with SGMLReader not being able to parse a html description that contains special entities (more...
These days ,I have done something with SgmlReader. It can always work. But I don't know how it works. I want to know the process or the theory of...
Use this control to limit the display of threads to those newer than the specified time frame.
Allows you to choose the data by which the thread list will be sorted.
Order threads in...
Note: when sorting by date, 'descending order' will show the newest results first.
Forum Rules