; sample_html.hsp - HTML パースサンプル #include "iron_html.hsp" html = "

Title

Link1

Hello

Link2" html_parse html mes "tags: " + stat html_find "a" mes "links: " + stat repeat stat mes " href=" + html_tag_attr(cnt, "href") + " text=" + html_tag_text(cnt) loop mes "plain text: " + html_text()