-
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 specifically in this case it is "").. because it throws the following exception/stacktrace:
at System.Char.ConvertFromUtf32(Int32 utf32)
at Sgml.Entity.ExpandCharEntity()
at Sgml.SgmlReader.ExpandEntity(StringBuilder sb, Char terminator)
at Sgml.SgmlReader.ParseText(Char ch, Boolean newtext)
at Sgml.SgmlReader.ParseMarkup()
at Sgml.SgmlReader.Read()
Does SgmlReader not support 'all' (x)html entities?
Cheers,
-J
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules