Page 1 of 3 1 2 3 LastLast
Threads 1 to 20 of 46

Forum: SGMLReader

Discussions about issues, improvements, and use of the SGMLReader library.

  1. Exclamation Sticky Thread Sticky: FORUM CLOSED: please post questions on StackOverflow instead

    Hi reader, This SgmlReader forum has been closed and I recommend you visit existing questions and answers on StackOverflow instead. When...

    Started by SteveB‎, 01-10-2013 01:13 PM
    • Replies: 0
    • Views: 1
    01-10-2013, 01:13 PM Go to last post
  1. SgmlReader NuGet Package?

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

    Started by haacked‎, 01-10-2011 05:09 AM
    • Replies: 5
    • Views: 551
    01-08-2013, 03:59 PM Go to last post
  2. Question Question on license change to GPL v3

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

    Started by mfcollins3‎, 07-18-2011 03:02 PM
    • Replies: 3
    • Views: 105
    08-15-2012, 02:03 PM Go to last post
  3. Issue with inclusion/exclusion lists

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

    Started by parks‎, 02-13-2012 10:04 PM
    • Replies: 1
    • Views: 2
    03-16-2012, 08:09 PM Go to last post
  4. Question Tags with @

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

    Started by jeffr‎, 11-07-2011 08:44 PM
    • Replies: 1
    • Views: 2
    11-08-2011, 06:58 AM Go to last post
  5. Question SgmlReader with XmlDocument is changing the declaration of special characters.

    When I load an SgmlReader object into an XMLdocument object, it does not seem to handle special characters correctly. For instance, if the document...

    Started by nando779‎, 10-10-2011 06:10 PM
    • Replies: 1
    • Views: 2
    10-13-2011, 03:10 PM Go to last post
  6. & problem with SgmlReader

    Hi I'm trying to parse the following file using SgmlReader: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"...

    Started by sentia‎, 02-19-2011 09:53 AM
    • Replies: 1
    • Views: 571
    10-10-2011, 06:08 PM Go to last post
  7. Incorrect javascript string handling

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

    Started by koruyucu‎, 06-29-2011 09:02 AM
    sgmlreader script
    • Replies: 1
    • Views: 216
    06-29-2011, 09:17 AM Go to last post
  8. Internal Subset parsing breaks with inline character entities

    I just noticed another problem with ParseDocType, in particular regarding the internal subset. Take the following doctype declaration: <!DOCTYPE...

    Started by bhaal‎, 06-14-2011 01:26 PM
    • Replies: 0
    • Views: 205
    06-14-2011, 01:26 PM Go to last post
  9. Wrong encoding when lang parameter in url

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

    Started by sjaak‎, 03-17-2011 11:46 AM
    • Replies: 2
    • Views: 962
    04-21-2011, 06:46 AM Go to last post
  10. Angry Remove Unwanted Tags

    When i convert simple text into HTMl like <p>Test</p> this will convert into <html> <title></title> <body> <p>Test</p> </body> </html>

    Started by anilp‎, 03-07-2011 02:43 PM
    • Replies: 1
    • Views: 539
    04-20-2011, 08:40 PM Go to last post
  11. SgmlReaders adds 65535 character at the end of the string

    If you run this code, new character will be added with value 65535. string html = "Test&Test" reader.DocType = "HTML";...

    Started by bh213‎, 01-29-2010 10:07 AM
    • Replies: 5
    • Views: 1,256
    03-07-2011, 04:22 AM Go to last post
  12. New Forum, New Repo

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

    Started by SteveB‎, 02-25-2011 05:43 PM
    • Replies: 0
    • Views: 382
    02-25-2011, 05:43 PM Go to last post
  13. Sgml Reader element closing heuristic is wrong

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

    Started by wrose‎, 05-17-2010 06:35 AM
    • Replies: 3
    • Views: 1,478
    01-25-2011, 05:33 AM Go to last post
  14. SgmlReader incorrect parsing of > within attributes

    Hi, I found this in version 1.8.7: <img OnLoad= "if(this.width > 600) { this.height = Math.round(((600) + this.width)*this.height);...

    Started by sjaak‎, 01-14-2011 09:58 AM
    • Replies: 0
    • Views: 607
    01-14-2011, 09:58 AM Go to last post
  15. InvalidOperationException while reading SGML with root's attribute missing quotes

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

    Started by straudlater‎, 06-18-2010 02:58 PM
    • Replies: 4
    • Views: 1,098
    01-11-2011, 02:06 PM Go to last post
  16. SgmlReader and Medium Trust

    Hi all, Successfully patched and submitted bug (and fix) for getting SgmlReader to work in Medium Trust hosting environments. Simply added and a...

    Started by benjaminhowarth‎, 12-30-2010 02:38 PM
    • Replies: 0
    • Views: 661
    12-30-2010, 02:38 PM Go to last post
  17. Reading Netscape bookmark file with SgmlReader

    Hello everyone! I'm trying to parse bookmark files, that you can export from your browser. Usually "bookmarks.htm". I find out, that the...

    Started by juho‎, 11-22-2010 09:23 AM
    • Replies: 0
    • Views: 717
    11-22-2010, 09:23 AM Go to last post
  18. Question SGML parsing Issue "The specified node cannot be inserted as the valid child of this

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

    Started by shri‎, 11-02-2010 12:27 PM
    • Replies: 0
    • Views: 761
    11-02-2010, 12:27 PM Go to last post
  19. SgmlReader - SystemOutOfArgumentException w/ html that contains 'special' entity

    Hello there, I have some 'bad' behavior with SGMLReader not being able to parse a html description that contains special entities (more...

    Started by joergbattermann‎, 09-21-2010 02:43 PM
    • Replies: 0
    • Views: 575
    09-21-2010, 02:43 PM Go to last post
  20. How does SGMLReader work?

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

    Started by roger nie‎, 06-21-2010 10:59 AM
    • Replies: 1
    • Views: 1,086
    08-15-2010, 04:45 PM Go to last post

Thread Display Options

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.

Icon Legend

Contains unread posts
Contains unread posts
Contains no unread posts
Contains no unread posts
More than 15 replies or 150 views
Hot thread with unread posts
More than 15 replies or 150 views
Hot thread with no unread posts
Closed Thread
Thread is closed
Thread Contains a Message Written By You
You have posted in this thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts