1elem_a="<a></a>" 2elem_abbr="<abbr></abbr>" 3elem_acronym="<acronym></acronym>" 4elem_address="<address></address>" 5elem_applet="<applet></applet>" 6elem_area="<area>" 7elem_b="<b></b>" 8elem_base="<base>" 9elem_basefont="<basefont>" 10elem_bdo="<bdo></bdo>" 11elem_big="<big></big>" 12elem_blockquote="<blockquote></blockquote>" 13elem_body="<body></body>" 14elem_br="<br>" 15elem_button="<button></button>" 16elem_caption="<caption></caption>" 17elem_center="<center></center>" 18elem_cite="<cite></cite>" 19elem_code="<code></code>" 20elem_col="<col>" 21elem_colgroup="<colgroup></colgroup>" 22elem_dd="<dd></dd>" 23elem_del="<del></del>" 24elem_dfn="<dfn></dfn>" 25elem_dir="<dir></dir>" 26elem_div="<div></div>" 27elem_dl="<dl></dl>" 28elem_dt="<dt></dt>" 29elem_em="<em></em>" 30elem_embed="<embed></embed>" 31elem_fieldset="<fieldset></fieldset>" 32elem_font="<font></font>" 33elem_form="<form></form>" 34elem_frame="<frame>" 35elem_frameset="<frameset></frameset>" 36elem_h1="<h1></h1>" 37elem_h2="<h2></h2>" 38elem_h3="<h3></h3>" 39elem_h4="<h4></h4>" 40elem_h5="<h5></h5>" 41elem_h6="<h6></h6>" 42elem_head="<head></head>" 43elem_hr="<hr>" 44elem_html="<html></html>" 45elem_i="<i></i>" 46elem_iframe="<iframe></iframe>" 47elem_img="<img>" 48elem_input="<input>" 49elem_ins="<ins></ins>" 50elem_isindex="<isindex>" 51elem_kbd="<kbd></kbd>" 52elem_label="<label></label>" 53elem_legend="<legend></legend>" 54elem_li="<li></li>" 55elem_link="<link>" 56elem_map="<map></map>" 57elem_menu="<menu></menu>" 58elem_meta="<meta>" 59elem_noframes="<noframes></noframes>" 60elem_noscript="<noscript></noscript>" 61elem_object="<object></object>" 62elem_ol="<ol></ol>" 63elem_optgroup="<optgroup></optgroup>" 64elem_option="<option></option>" 65elem_p="<p></p>" 66elem_param="<param>" 67elem_pre="<pre></pre>" 68elem_q="<q></q>" 69elem_s="<s></s>" 70elem_samp="<samp></samp>" 71elem_script="<script></script>" 72elem_select="<select></select>" 73elem_small="<small></small>" 74elem_span="<span></span>" 75elem_strike="<strike></strike>" 76elem_strong="<strong></strong>" 77elem_style="<style></style>" 78elem_sub="<sub></sub>" 79elem_sup="<sup></sup>" 80elem_table="<table></table>" 81elem_tbody="<tbody></tbody>" 82elem_td="<td></td>" 83elem_textarea="<textarea></textarea>" 84elem_tfoot="<tfoot></tfoot>" 85elem_th="<th></th>" 86elem_thead="<thead></thead>" 87elem_title="<title></title>" 88elem_tr="<tr></tr>" 89elem_tt="<tt></tt>" 90elem_u="<u></u>" 91elem_ul="<ul></ul>" 92elem_var="<var></var>" 93 94attr_id=" id=\"\"" 95attr_style=" style=\"\"" 96 97comment="<!-- -->" 98 99doctype="<!DOCTYPE d>" 100doctype_system="<!DOCTYPE s SYSTEM \"u\">" 101doctype_public="<!DOCTYPE p PUBLIC \"i\" \"u\">" 102 103pi="<?a?>" 104 105ref_lt="<" 106ref_gt=">" 107ref_amp="&" 108ref_apos="'" 109ref_quot=""" 110ref_dec="	" 111ref_hex="
" 112 113cs_utf8="UTF-8" 114cs_utf16="UTF-16" 115cs_utf16le="UTF-16LE" 116cs_utf16be="UTF-16BE" 117cs_ucs2="UCS-2" 118cs_ucs4="UCS-4" 119cs_latin1="ISO-8859-1" 120cs_ascii="ASCII" 121cs_ebcdic="EBCDIC" 122cs_iso2022jp="ISO-2022-JP" 123cs_shift_jis="SHIFT_JIS" 124cs_euc_jp="EUC-JP" 125