Issue 47 in fizzler: Inner HTML empty?

2 views
Skip to first unread message

fiz...@googlecode.com

unread,
Aug 14, 2011, 9:55:07 PM8/14/11
to fizzler...@googlegroups.com
Status: New
Owner: ----
Labels: Type-Enhancement Priority-Medium

New issue 47 by rawri.cl...@gmail.com: Inner HTML empty?
http://code.google.com/p/fizzler/issues/detail?id=47

Hi I have this simple initialization code,

HtmlDocument html = new HtmlDocument();
html.LoadHtml(new WebClient().DownloadString(_url));

var document = html.DocumentNode;

then I do this

List<HtmlNode> nodes =
document.QuerySelectorAll("select[name=chapter]").ToList<HtmlNode>();
List<HtmlNode> chapterList =
nodes[0].QuerySelectorAll("option").ToList<HtmlNode>();

it returns the nodes just fine correct length and all but, One problem is
when I do

chapterList[0].innerHTML

this is empty, when its really not?

Any one can fix this ? Or any can provide any work around,

fiz...@googlecode.com

unread,
Aug 23, 2015, 9:49:36 AM8/23/15
to fizzler...@googlegroups.com

Comment #1 on issue 47 by azizatif: Inner HTML empty?
https://code.google.com/p/fizzler/issues/detail?id=47

This issue has been migrated to:
https://github.com/atifaziz/Fizzler/issues/47
The conversation continues there.
DO NOT post any further comments to the issue tracker on Google Code as it
is shutting down.
You can also just subscribe to the issue on GitHub to receive notifications
of any further development.

--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
Reply all
Reply to author
Forward
0 new messages